Arma3 - Move players active RESPAWN point

From ScottWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

1 empty marker named "respawn_west" and 4 markers named "new_respawn1", "new respawn2" and so on.

and

4 triggers on repeatedly adding the following in [on action] field:

Trigger 1:

"respawn_west" setmarkerpos (getmarkerpos "new_respawn1");

Trigger 2:

"respawn_west" setmarkerpos (getmarkerpos "new_respawn2");

and repeat that depending on how many respawns you want.