arma3:missions:group-name-call-sign
This is an old revision of the document!
Group Name / Call Sign
You can have unique radio call signs or group names for your units / groups.
group this setGroupId ["Some name for the group"];
It is actually very simple, there is no specific name and ID number, you can make it yourself like below.
group1 this setGroupId ["Blackjack Six"]; group2 this setGroupId ["Delta 1"];
Headquarters call sign doesn't work, commented is what it returns as call sign:
PMCHQ = [ West, "HQ" ]; PMCHQ SideChat "HQ"; // crossroads PMCHQ = [ West, "BASE" ]; PMCHQ SideChat "BASE"; // base PMCHQ = [ West, "AIRBASE" ]; PMCHQ SideChat "AIRBASE"; // base PMCHQ = [ West, "Papa_bear" ]; PMCHQ SideChat "papa_bear"; // base
Would have been nice to have virtual entity as custom HQ call sign, but now you must add single unit for that side you want to create it.
arma3/missions/group-name-call-sign.1517491951.txt.gz · Last modified: 2018/02/01 13:32 by snakeman