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
) »
Group naming
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Group naming (Read 1020 times)
0 Members and 2 Guests are viewing this topic.
Chris IX
Guest
Group naming
«
on:
21 Sep 2002, 15:21:37 »
Please help. I'm tired of entering "not alive thisguy and not alive thatguy............"
How do I give a name to a group like when you do it for a single unit you just put it in the "name" field?
thanks a lot
Chris
Logged
seanver
Guest
Re:Group naming
«
Reply #1 on:
21 Sep 2002, 16:50:51 »
In the leader's init field:
groupname
= group this
Left all as it is but groupname. There put the name you want.
To make a condition true and those things with a group dead:
("Alive _x" count units groupname) == 0
In the condition line of a trigger
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
) »
Group naming
Top of page