Thread: qglobal
View Single Post
  #5  
Old 05-22-2014, 07:17 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Writing quest::setglobal(quest global name, value, type of quest global, how long the quest global lasts);
Try quest::setglobal("Blah", 1, 5, "H12"); It sets it on the current player in all zones and in all NPCs for 12 hours., so that all NPCs can read it and it can be read in all zones, as you can see, 1 only does ALL NPCs, current player, current zone for 12 hours.
Reply With Quote