View Single Post
  #1  
Old 09-05-2004, 11:38 AM
aridale
Fire Beetle
 
Join Date: Apr 2004
Posts: 18
Default quest::permaclass help?

Im tryin to use quest::permaclass on my server and its not doin anything. The zone starts up fine with no errors about the .pl file or anything so I assume my emu build supports the function. But when I access the quest ingame nothing happens. Like for example:

Code:
if ( $text =~ /Warrior/i ) { quest::permaclass (1); }
If you say "Warrior" nothin happens. The npc will face you but nothin else happens. The rest of my quest works fine like the text when you hail the npc and the rest of the quest::say commands its just the quest::permaclass I cant get workin.
Reply With Quote