Quote:
Originally Posted by Aerewen
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
|
This is not the way I use quest globals, I use all their features. You could probably get away with making and deleting only.