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
) »
Not alive GroupName
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Not alive GroupName (Read 661 times)
0 Members and 1 Guest are viewing this topic.
Ding
Contributing Member
Jurassic Park
Not alive GroupName
«
on:
14 Sep 2005, 08:01:01 »
is there a command for the not alive _Unit one that works on a group instead? e.g. Not Alive Group1?
Logged
"If I remain lost and die on a cross, atleast I wasn't born in a manger"
bedges
Administrator
Re:Not alive GroupName
«
Reply #1 on:
14 Sep 2005, 08:20:51 »
Code:
[Select]
{alive _x} count units group_name == 0
that's a condition which will check if the number of units alive in a group is equal to 0.
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
) »
Not alive GroupName
Top of page