Thread
:
sub EVENT_WAYPOINT
View Single Post
#
2
01-07-2009, 06:39 AM
Richardo
Banned
Join Date: Oct 2003
Location: Mattmecks Basement
Posts: 546
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.");
}
}
Richardo
View Public Profile
Find all posts by Richardo