View Single Post
  #3  
Old 05-26-2007, 04:52 AM
Kayot
Discordant
 
Join Date: Sep 2006
Location: Subsection 185.D354 C.12
Posts: 346
Default

Class is in session so pay attention (My lexicon has all the info you need for quest making)

Code:
#Script to TP someone somewhere With OUT a spell ^-^

SUB EVENT_SAY
{
	if($text=~/hail/i)
	{
		quest::movepc(zoneid,x,y,z);
	}
}
P.S. Theres a command to move groups too, can we say LDON ^-^
__________________
If at first you don't succeed destroy all evidence that you ever tried.

God doesn't give second chances... Hell, he sets you up the first time.

Last edited by Kayot; 05-26-2007 at 12:58 PM.. Reason: Added some color ^-^
Reply With Quote