ok I want to put the respawn inside a structure. Problem is they respawn on the roof.
atm im using a marker named respawn_independant
in description.ext I have
respawn=3
respawndelay=5
the only elevation code Ive delt with was something i rippet off an unrelated post and is
this setpos [getpos this select 0, getpos this select 1, 0]
so im guessing it should be something like
respawn_independant setpos [getpos respawn_independant select 0, getpos respawn_independant select 1, 0]
but when i put that in the .ext file the game crashed. So if anyone wouldnt mind hinting me in the right direction that be nice.