In GS1, you have to use #v ...
instead just put the variable.
use '@' and 'SPC' to seperate variables.
If you want to directly input text, put it in quotes.
Example:
PHP Code:
this.variable = "lolvar";
player.chat = "This is a variable:" SPC this.variable;