moosh 0 Posted January 31, 2002 This is probably really obvious, but can someone tell me how to make the mission end at a waypoint. I've tried synchronising it with an end trigger, but that doesn't seem to work. Share this post Link to post Share on other sites
franze 196 Posted January 31, 2002 Try this: when the last waypoint is reached, put this in the waypoints "On Activation" box: forceend If the scripting guide was right, the mission should end once the waypoint has been reached. Share this post Link to post Share on other sites
InqWiper 0 Posted February 1, 2002 I dont know what kind of debriefing you will get from forceend, so here is another thing that should work. In the waypoints OnActivation field you type: a1=true then in the ending triggers condition field you type: a1 Or you could create a trigger at the finnishing point that is activated by your side, and in the type you switch to End# Example: Axis Y: 50 Axis X: 50 Activation: west (if your side is west) Present Type: End#1 Condition: this Share this post Link to post Share on other sites