Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
need some help
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: need some help (Read 543 times)
0 Members and 1 Guest are viewing this topic.
AE7THSF
Guest
need some help
«
on:
10 Feb 2003, 10:26:40 »
im trying to make it so when u shoot down these 2 helos ur 2nd objective is done ,how would i do that?
ty in advanced
Logged
Knut Erik
Guest
Re:need some help
«
Reply #1 on:
10 Feb 2003, 11:25:37 »
You just do like this!
Create a trigger. In the trigger condicion field put this:
not (alive helo1) && not (alive helo2)
And in the activation field pit this:
"2" objstatus "done" ; hint "Objective complete"
That should help ya! ;D
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
need some help
Top of page