View Single Post
  #3  
Old 08-27-2007, 02:40 AM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default

Quote:
Originally Posted by Sakrateri View Post
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
Ok this works Great!! one other question is there a way to do this with out any pc to npc interaction?
Thanks again Sakrateri for everything
~LL~
Reply With Quote