View Single Post
  #5  
Old 11-26-2006, 05:02 AM
Cripp's Avatar
Cripp
Discordant
 
Join Date: Oct 2003
Location: The Shire
Posts: 474
Default

Code:
sub EVENT_SAY
{
	if($text=~/Hail/i)
	{
		quest::say("Greetings $name. I am part of the resistance.  The powers within the fields of discord are rising.");
		quest::say("As of now, the danger is not real.  Scattered members of our sect are scattered around discord, but the land is meerly a graveyard right now.");
		quest::say("We are exspecting an invasion soon.  I can send you to the Depts of Discord if you wish, just tell me that you wish to [journey] to Discord.");
	}

	if($text=~/journey/i)
	{
 		quest::say("Good luck my friend.");
		quest::movepc(302,-1491,-1325,224.2);
	}
}
__________________
Nug Blazers - ServerOP / founder
^^comming... later!

www.nugblazers.com
Reply With Quote