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
) »
Trigger
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Trigger (Read 434 times)
0 Members and 1 Guest are viewing this topic.
Anci
Guest
Trigger
«
on:
03 Jul 2003, 07:26:15 »
How to make trigger that will be activated when certain _group is no more alive ? What should i put in condition field ?
Would be nice to know
Logged
polat
Guest
Re:Trigger
«
Reply #1 on:
03 Jul 2003, 07:47:31 »
I'll give you an example:
Condition field: not alive ap
Activation field: Whatever you need
ap is the name of the person.
not alive means dead.
Logged
Anci
Guest
Re:Trigger
«
Reply #2 on:
03 Jul 2003, 08:01:22 »
Yeah i know this... but how to make trigger detect that aP and ALL the units in it's GROUP are dead.
Thansk for reply anyway.
Logged
CrashnBurn
Guest
Re:Trigger
«
Reply #3 on:
03 Jul 2003, 11:28:24 »
trigger condition-
(("Alive _x" count units Alpha) == 0)
Change Alpha to your groupname.
Logged
Anci
Guest
Re:Trigger
«
Reply #4 on:
03 Jul 2003, 12:09:29 »
works !
thanks... Case closed
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
) »
Trigger
Top of page