The ScriptPoint entity provides paths for a Pawn to travel on.
The fields for the ScriptPoint entity are:
Field | Description |
---|---|
Angle | the direction vector associated with this point |
NextOrder | name of the script Order associated with this point |
NextPoint | name of the next ScriptPoint in the path |
szEntityName | name of this entity, used by other ScriptPoint entities |
See the documentation on Pawn Scripting for details on controlling a Pawn at run time.