OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: pazuzu on 11 Feb 2004, 04:30:33
-
Hi, I'm using sidechat in a mission but if leader dies the sidechat doesn't work because its set for soldier1.
How do I set it to work for all players?
Thanks.
-
Give the group a name:
groupname=group this (in the init field of one of the units)
Then use:
(leader groupname) sidechat .........
-
That worked perfectly
Thank you