Quote:
Originally Posted by Sakrateri
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~