View Single Post
  #10  
Old 12-26-2006, 06:25 AM
Aerewen
Hill Giant
 
Join Date: Dec 2006
Posts: 110
Default

im using version 934 but quest globals are working just fine...

in fact i used them in a number of quests in the tutorial and they work perfectly...

as a programmer tho i wrote the quests as such

quest::delglobal('myglobal');
quest::setglobal(etc etc);

to insure that i was in fact removing the old one before changing the value of it since if there was a bug in the setglobal function as far as updating goes... it wouldnt matter :p
Reply With Quote