Thread: Variables +1
View Single Post
  #2  
Old 03-24-2009, 11:27 AM
Theeper
Discordant
 
Join Date: May 2004
Posts: 290
Default

You could use something like this.

Code:
$variablename++;
quest::setglobal("variablename", $variablename, 5, "F");
Reply With Quote