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