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
|