View Single Post
  #3  
Old 10-23-2006, 03:01 PM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

sub EVENT_COMBAT {
if($combat_state == 1) {
quest::say("For the defense of Kelethin!!");
quest::say("For the protection of all Fier'Dal, there shall be no mercy for your kind.");
}
}
Reply With Quote