Thread: quest globals
View Single Post
  #1  
Old 03-29-2006, 03:42 AM
aza77
Hill Giant
 
Join Date: Dec 2004
Posts: 126
Default quest globals

does anyone have a clue what i did wrong here ??

quest::targlobal("racequest","1","F",$mobid,$chari d,$zoneid);
quest::say("globaltest = $racequest");

i always get ..
globaltest =

as result. npc global is set to 1 and server was restarted. the questglobal gets written to the db but i can't use it
Reply With Quote