messageBox, "The command is "player->setlevel x"."
Which would output
The command is "player->setlevel x".
However, quotes are not allowed. When I tested in game without using quotes, the output was:
The command is "setlevel x".
Weird. It just chopped the player part right out. Anyone know a workaround to using un-allowed characters?
There seems to be a no-no flag set for quite a few nonalphanumeric characters (*, `, '[, ]...)