NextTag
From NWN Lexicon
Contents |
[edit] NextTag(object)
Gets the tag of the next waypoint to walk to.
[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: |
author: Lilac Soul, additional contributor(s): Lilac Soul