I need to know if its possible using the setwppos command to make a specific type of waypoint.
In what im doing, when ever the setwppos command is used it seems to default back to a MOVE waypoint type.
Ive tryed laying out the waypoints in the editor, then for specific waypoints, replacing their location using [this, 6] setwppos [x,y,z] in the init field of the guy, and all goes smooth until the 6th waypoint, in which theatrics call for him to hold until a trigger is switched. When ive laid out the waypoints, ive made sure that the 6th waypoint is a HOLD type, but as ive used the setwppos to over-ride this wp, he moves on without the trigger being fired, infact, when the trigger is fired, he moves from the 7th wp back to the 6th.'
In summary, how do i define a waypoint type within a script using setwppos?