OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: CAS_Daniel on 22 Jun 2005, 12:17:53
-
What do you do if you want a squad to say something in replace of a leader if they have died? ???
For example:
a1 sidechat "We've cleared the town"
If a1 is killed, no-one will say anything, but I want the next squad member to say
"We've cleared the town" for a1.
:)
-
Name the group and use the Leader command:
Leader mygroup sidechat "We've cleared the town"
or, if you're in it (which seems likely):
Leader Group player sidechat "We've cleared the town"
-
K, thanks ;)