Page MenuHomeFeedback Tracker

lost groups being deleted
Acknowledged, WishlistPublic

Description

can you introduce a command like this:

Description:
Enable persistence of selected Group.

Syntax:

    group enableGroupPersistence state

Parameters:

group: group 
state: Boolean

Return Value:

    Nothing

Example:

group player enableGroupPersistence true;

Players Group will not be deleted, even if no Unit is in this Group.
If the last Group owner leaves this group, the server becomes owner of the group.

Details

Legacy ID
2277090779
Severity
None
Resolution
Open
Reproducibility
Have Not Tried
Category
Feature Request
Additional Information

Maybe over missionnamespace?

persistantGroups like allGroups?

Then it is global at all.

the deleteGroup command than needs to be modified in a downward compatible way:

if (_this in persistantGroups) exitwith {};

You know what i mean?

Event Timeline

CHIMERACyborg edited Additional Information. (Show Details)Feb 17 2016, 12:46 PM
CHIMERACyborg set Category to Feature Request.
CHIMERACyborg set Reproducibility to Have Not Tried.
CHIMERACyborg set Severity to None.
CHIMERACyborg set Resolution to Open.
CHIMERACyborg set Legacy ID to 2277090779.May 8 2016, 1:45 PM