sarogahtyp 1109 Posted June 2, 2016 I can get a groups name with _name = groupId (group _unit); what I cant get working is setting this name with setGroupID. I tried with this line group _unit setGroupId ["%GroupNames", _name]; maybe someone could tell me the correct way to first get the groups name and then after deleting and spawning that group again how to set the name to the new created group. Share this post Link to post Share on other sites
gc8 981 Posted June 2, 2016 this is what worked for me: _group setGroupID [_callsign]; 1 Share this post Link to post Share on other sites
sarogahtyp 1109 Posted June 2, 2016 thx, I ll try that this evening. Share this post Link to post Share on other sites