OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Jakerod on 01 Sep 2002, 03:08:54

Title: Two Questions
Post by: Jakerod on 01 Sep 2002, 03:08:54
First off how do i make it so that: If two shilkas are dead an apache will come in?

Two how do i make it so that if two objectives are complete you win?
Title: Re:Two Questions
Post by: seanver on 01 Sep 2002, 03:33:23
First: create a waypoint, type MOVE, where you want the AH-64 to wait. Put in its condition line: "go" or whatever you want. Now create a trigger, condition "!(alive shilka1) AND !(alive shilka2)", On Activation: go=true.
 About the second I really don't know it right now, I'm too sleepy.
Title: Re:Two Questions
Post by: ofp..hahha on 01 Sep 2002, 03:34:42
for the 2 shilkas give them a name lets say shilk1 and shilk2 then make a trigger and put in the condition

not (alive shilk1) and not (alive shilk2)

then if you want it to end when you complete that objective go to the scroll down menu on the trigger and select end #1 or 2 or 3 ..... etc.
Title: Re:Two Questions
Post by: Jakerod on 01 Sep 2002, 03:55:14
Thanks guys.