MoveTo2Q4PlotPoint

From NWN Lexicon
Revision as of 01:40, 26 August 2012 by Dood (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search



MoveTo2Q4PlotPoint(int)

Makes the caller walk to a waypoint.

void MoveTo2Q4PlotPoint(
    int nPlotPointIndex
);

Parameters

nPlotPointIndex

Number in the line of waypoints to move to.


Description

Creates a string using, among other things, nPlotPointIndex, then checks if there is a waypoint with that string as a tag. If there is, the caller is forced to move there.



Remarks

Found in nw_i0_2q4luskan.nss line 26


Requirements

#include " nw_i0_2q4luskan "

Version

1.28

See Also



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