PDA

View Full Version : Plane of Justice: Sralm Noramir


Andrew80k
06-23-2008, 10:49 PM
This is one of those that I'm not sure if there is more to or not, but here is what I have.


###############################################
# 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?");
}
}