View Single Post
  #2  
Old 01-07-2009, 06:39 AM
Richardo
Banned
 
Join Date: Oct 2003
Location: Mattmecks Basement
Posts: 546
Default

sub EVENT_WAYPOINT
{
if($wp == "5")
{
quest::say("I am now on waypoint 5!");
}
if($wp == "10")
{
quest::say("I have reached waypoint 10! Now headed back to waypoint 1 again.");
}
}
Reply With Quote