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.