Home   Help Search Login Register  

Author Topic: Mission ending when boarded (Solved)  (Read 1064 times)

0 Members and 3 Guests are viewing this topic.

Offline Blacknite

  • Members
  • *
  • Chiefs runs the navy!
Mission ending when boarded (Solved)
« on: 01 Sep 2008, 22:32:45 »
Tried Forceend, but it doesnt work?  So how do I end the mission when the player boards the chopper?

Or

How do I make the chopper wait till the player is boarded then it takes off.
« Last Edit: 01 Sep 2008, 23:43:03 by Blacknite »

Offline Cheetah

  • Former Staff
  • ****
Re: Mission ending when boarded
« Reply #1 on: 01 Sep 2008, 22:43:25 »
I often do the following, not sure if it is the best method, but it gets the job done.

If.. player IN helicopter.. (code required etc)    end = true;

Create a trigger condition: end
On Activation: forceEnd
Type: End #1

That's it for me. Sometimes it seems that End #1 doesn't work, while #2 does. You could try that in case this doesn't work.
Like missions? Help with Beta Testing! or take a look at the OFPEC Missions Depot for reviewed missions!

Offline Blacknite

  • Members
  • *
  • Chiefs runs the navy!
Re: Mission ending when boarded
« Reply #2 on: 01 Sep 2008, 23:42:52 »
Im so stupid...  I forgot all about that "in" commands...  Thanks!