View Single Post
  #7  
Old 12-02-2009, 06:02 AM
Tilar
Sarnak
 
Join Date: Oct 2009
Posts: 35
Default

I changed up one part of the original script I posted to make it come out like it is on live.

Code:
if($text=~/gnomes/i){
  quest::emote("looks around nervously, 'OK lets get one thing straight right now, I have been here a very long time, and regardless of what you've heard Gnomes DO NOT run the show around here!'");
}
Reply With Quote