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?