View Single Post
  #1  
Old 09-29-2004, 08:58 PM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default Any idea why this wont work?

sub EVENT_SAY {
if($text=~/Hail/i){
quest::say("Greetings. $name. nice day for some orc slaying eh?.");
}
sub EVENT_SLAY {
quest::say("For the defense of Kelethin."); }
}
#END of FILE Zone:gfaydark ID:54093 -- Guard_Fayfear


My EVENT_SAY works but the EVENT_SLAY wont , any ideas?

Thanks , Sak

Oh one more thing , I am wanting this to work when a guard kills an NPC , mabey EVENT_SLAY only works when they kill PCs ?
__________________
KhepriGames

Game Gallery

My Forums

Reply With Quote