MakeWay
From NWN Lexicon
Contents |
[edit] MakeWay(int)
Builds the tag for the waypoint to walk to.
[edit] Parameters
nNumber
Number in line of waypoints to walk to.
[edit] Description
Simply returns a string: âwayâ+IntToString(nNumber)+GetTag(OBJECT_SELF).
(eg. âway1cr_karlâ for a creature tagged cr_karl, when nNumber is 1).
[edit] Remarks
Found in nw_c3_waypoint1.nss line 27
Note that nw_c3_waypoint1 is not an include file and cannot be used as such. This function is used in that script to find the tag of the next waypoint to walk to. Youâll probably be much better off using the WalkWayPoints command in nw_i0_generic.
[edit] Version
1.28
[edit] See Also
functions: |
author: Lilac Soul, additional contributor(s): Lilac Soul