i no this is an old post and editor has prob changed since 2016 when this was posted but im tryin to get the respawn on capture points to work also and just come across this. when looking in the sector module there is no statement field just an init box do i need to just add
sectorRespawn call BIS_fnc_removeRespawnPosition;
sectorRespawn = [(_this select 1), (_this select 0)] call BIS_fnc_addRespawnPosition;
to the init box? and also where does this go will it also go in the init box? sectorRespawn = [west, this] call BIS_fnc_addRespawnPosition;
cheers for any help freak.