OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Devil Dog on 26 Jan 2003, 05:19:53

Title: Sh1t forgot a question
Post by: Devil Dog on 26 Jan 2003, 05:19:53
    How do you end a mission with someone ejecting?
Title: Re:Sh1t forgot a question
Post by: scud on 26 Jan 2003, 08:10:24
If you are the pilot of the plane?

make empty plane call it whatever name: "p1"
make yourself in the initial field: "this moveincargo p1"
make a trigger
activation :"none"
type: "switch"
condition: "not(alive p1)"
on activation: "endlose=true


the mission will end well not when u eject
but when the plane crashes

try that