View Single Post
  #2  
Old 09-01-2007, 06:06 AM
tcsmyworld's Avatar
tcsmyworld
Discordant
 
Join Date: Feb 2002
Posts: 452
Default

Been awhile since I even looked at this stuff
Not sure, but seems that should work, but like I said been a long time since I even looked at this.
And the perl quests weren't my favorite anyways
Hope it works/helps. (I have no way to test it)



sub EVENT_SAY{
if($text=~/hail/i) && ($class == 'Warrior' || $class == 'Monk' || $class == 'Rogue' || $class == 'Berserker')
{
quest::say("You are a $class . You cannot cast spells.");
}
}
__________________
Founder PEQ (ProjectEQ)

Last edited by tcsmyworld; 09-01-2007 at 02:09 PM..
Reply With Quote