View Single Post
  #2  
Old 05-26-2007, 03:38 AM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default

this is an exmaple of npc porting you to Karana for 2pp


sub EVENT_ITEM
{

if($platinum == 2)
{
quest::say ("Very well, Antonika it is. Stand still, and safe travels...");
quest::selfcast(270;
}
}
Reply With Quote