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
|