so if i wanted
King_Phil to say "Greetings" after you hail I would use
sub EVENT_SAY{
if($mname =~ /^King_Phil/{
if($text=~/Hail/i){quest::say("Greetings $name.");}
}
}
#your standard default.pl EVENT_SAY behavior
}
and save that in notepad as what type of file again? then put it in the quests folder? and is $zonesn a folder or...?
|