You could add this but its a bit simple
.. If you want to make it respawn at the same location just use this script. If not just ignore this script. I think this is a very basic script but it should do..
1. firstly name your unit any thing you want e.g. "MGunit1". We'll use this as example.
2. Put a new text file in the folder your mission is in.
3. Copy this in it:
_MGunit1 = _this select 0
~30
_MGunit1 setdammage 0
exit
4. Name the script anything you want but with the extension .sqs e.g. "respawn.sqs". We will take this as example (again)
now in the game create a trigger atleast covering the unit named MGunit1
that has:
Condition: not (alive MGunit1)
On Activation: [MGunit1] exec "respawn.sqs"
5. Finished!
If you want to name your unit something else just change everything ive put MGunit1 to you name but leave the _ alone, even though I dont know what it does.. peepz say it makes it a public script
But dont worry too much... I hope it works
!
(isnt that basic
!? dont take that as my current scripting skill, its so basic! Base-ic.... Baaaaah... Baaaa-sick.....)