Thread: GS1 to GS2
View Single Post
  #8  
Old 03-31-2007, 09:38 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
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
__________________
Reply With Quote