View Single Post
  #2  
Old 11-15-2010, 11:56 AM
Templus
Sarnak
 
Join Date: Oct 2010
Location: NYC
Posts: 39
Default

I can't seem to set a global variable...

Code:
quest::setglobal("newbrace_$instanceID", $raceid, 7,"H2");

quest::say("Global Set");

my $glob = $qglobals{"newbrace_$instanceID"};

quest::say("Global: ".$glob);
the output for Global: is empty. . just "Global: " .. that's it .. as if the global hasn't been set
Reply With Quote