NextTag

From NWN Lexicon



Contents

[edit] NextTag(object)

Gets the tag of the next waypoint to walk to.

void NextTag(
    object oWayTarget
);

[edit] Parameters

oWayTarget

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


[edit] Description

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



[edit] 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.


[edit] Version

1.28

[edit] See Also

functions: 

SetWayPointTo1



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

Personal tools
Categories