Jump to content
Sign in to follow this  
Vegatry

How to Set a Groups with a specific name.

Recommended Posts

I wants to makes the Groups name more specific instead of putting "group this" on init of the group leader.

Will this affect the callsign in game?

And " nul=[group GrpName2, position GrpName2] call BIS_fnc_taskDefend; nul=[group GrpName1, position GrpName1] call BIS_fnc_taskDefend "

Should this be put inside the trigger Condition or Act?

Share this post


Link to post
Share on other sites

myGroup = group this; myGroup setGroupID ["My Displayed Group Name"];

_null = [myGroup, position (leader myGroup)] call BIS_fnc_taskDefend;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×