View Single Post
  #1  
Old 03-27-2008, 01:06 PM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default Changign player class and checkign deity?

could someone post commands needed to change player class?


is this suppose to work?

sub EVENT_SAY
{

if ($text=~/warrior/i)
{
quest::changeclass(1); #changes player class into warrior
}

}


also how do I check he player worships specific deity?
via quest command of course
Reply With Quote