Hi folks!
There seems to be a problem:
If I use the following code in description.ext, the Arma3-Endgame-Template "Revive" does not work:
"respawn = 5;
respawnDelay = 20;
respawnOnStart = -1;
respawnButton = 0;
respawnDialog = 1;
respawnTemplates[] = {"Revive", "MenuPosition", "EndMission"};
reviveDelay = 20;
reviveBleedOutDelay = 600;"
As soon as a player is shot, game switches to the "select soldier"-Screen. A killed player does not enter revive-state.
If c. p. "respawn = 5;" is changed to "respawn = 3;" and a marker is set, the revive-template perfectly works.
Is there any Workaround so "Revive" can be used with "Respawn=5;"?
Thanks and all the best!
Florian
Arma 3 1.52
No Mods
Occurred in every mission i tried to implement this.