View Single Post
  #2  
Old 08-27-2007, 02:16 AM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

Heres one I was using in Nexus to teleport people to nektropos..

Code:
sub EVENT_SAY{
if($text=~/hail/i){
quest::say("Hello there $name !!! would you like to travel to the enchanting land of [Nektropos] ?.");
}

if($text=~/nektropos/i){
quest::say("And Away You Go");
quest::movepc(28,0,0,0)}
}
that what you mean? if so you can just replace the zone IDs and cords for other zones
__________________
KhepriGames

Game Gallery

My Forums

Reply With Quote