Thread: Waypoints
View Single Post
  #1  
Old 08-10-2009, 07:52 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default Waypoints

Is there some quest function, object or variable that can specify a waypoint? It seems to me that sub EVENT_WAYPOINT would be much more useful if you could specify that an action is triggered at a single specifed waypoint rather than all waypoints indiscriminately. Something along the lines of . . .

Code:
sub EVENT_WAYPOINT
	{
	if ($waypoint == 3)
		{
		quest::shout("I have arrived at waypoint 3");
		}
	}
Is there anything with this effect, or does this need to go under Feature Requests?
Reply With Quote