View Single Post
  #3  
Old 03-27-2004, 12:04 AM
xtestx
Sarnak
 
Join Date: Mar 2004
Posts: 50
Default

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...?
Reply With Quote