View Single Post
  #9  
Old 12-28-2006, 08:23 PM
Aerewen
Hill Giant
 
Join Date: Dec 2006
Posts: 110
Default

add this to the quest for debug.

Code:
sub EVENT_SAY{
  if ($text=~/hail/i){
    quest::say("wizepic is: $wizepic");
  }
}
that's a line i use frequently when trying to figure out if npc's are setting and reading globals properly... just make em say the variable with it :p
Reply With Quote