View Single Post
  #1  
Old 06-23-2008, 10:49 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default Plane of Justice: Sralm Noramir

This is one of those that I'm not sure if there is more to or not, but here is what I have.

Code:
###############################################
# Name:  Sralm Noramir
# Zone:  Plane of Justice
# Author:  Andrew80k
###############################################
sub EVENT_SAY {
  if ($text =~ /Hail/i ) {
     quest::emote("pounces at you, grabbing you by your throat.");
     quest::say("What are you doing here? Who sent you?");
  }  
}
Reply With Quote