B-2-0 Just give him the info he want becease sometimes people have it hard finding the right answer.Just like me sometimes :-\
But okay Here is some info about the respawn I found this should help you out
Greetz Darkie
Create a new text document inside your mission directory. Write the following in this document:
Code:respawn=2;
respawndelay=20;
The value respawndelay is in seconds. Codes for respawn are below.
Save and close the document and rename it to description.ext
Make sure your system is set to display file extensions so that its name doesn't accidentally become "description.ext.txt".
Remember to set your units as playable in the editor. If you use the setting above they will now respawn where they died after 20 seconds.
Respawn Codes
0 (or "NONE")
- No respawn. The camera zooms slowly out from the player's corpse.
1 (or ["BIRD"])
- Respawn as a seagull after respawndelay.
2 (or "INSTANT")
- Respawn at the place of death after respawndelay.
3 (or "BASE")
- Respawn at a random spot in the side's marker zone after respawndelay.
The names of the different zones are:
West: respawn_west
East: respawn_east
Resistance: respawn_guerrila
Civilians: respawn_civilian
4 (or "GROUP")
- Respawn into any alive AI in the player's squad after respawndelay.
If noone is left then the player respawns as a seagull.
5 (or "SIDE")
- Exactly the same as number 4 (GROUP) - at least in v1.46.