Aurora152 4 Posted March 29, 2021 Hello All, Wanting to add the Apex Respawn to my mission however, I only want to be able to respawn on the group leader. To make sure that the respawn point is always on the group leader, it'd need to be in a loop constantly returning the leader of the group? So I have this, doesn't work, but you can see what i'm going for: 0 = [] spawn { while {true} do { [west, {leader group Blue}] call BIS_fnc_addRespawnPosition; [west, {leader group Red}] call BIS_fnc_addRespawnPosition; [west, {leader group Reserve}] call BIS_fnc_addRespawnPosition; sleep 1; }; }; Any help would be appreciated. TIA, Aurora Share this post Link to post Share on other sites