#How do you include ' in command?

1 messages · Page 1 of 1 (latest)

slate parcel
#

Use different quotes or add \ before that one

#
player.runCommand('"a \' a"');
player.runCommand(`"a ' a"`);