NextTag(object)

Gets the tag of the next waypoint to walk to.

void NextTag(
    object oWayTarget
);

Parameters

oWayTarget

If close enough to this waypoint, get the tag of next waypoint


Description

If caller is less than 3 metres from oWayTarget, the function will store the tag of the next waypoint as a local variable.



Remarks

Found in nw_c3_waypoint1.nss line 26

First of all, this isn’t in an include file, so you can’t use it the ‘normal’ way. Second of all, I have a nagging suspicion that this is an outdated function from before the WalkWayPoint days. I suggest using that function (from nw_i0_generic) rather than this one.


Version

1.28

See Also

functions: SetWayPointTo1
categories: Module Specific Functions | Private Functions Functions


 author: Lilac Soul, additional contributor(s): Lilac Soul