Flightcaptain93 0 Posted January 2, 2022 I got "Base" Respawn enabled with map selection. It works. I have two markers one named "respawn_west" and one is named "respawn_UNITNAME" The unit I want to have both respawns accessible is named UNITNAME. When I respawn i only can choose the point at respawn west. If i change the name from respawn_UNITNAME to respawn_west2 it works fine. but i want that one position only for that unit available. Can someone help me pls. http://killzonekid.com/arma-scripting-tutorials-respawn-on-marker/ Share this post Link to post Share on other sites
Harzach 2518 Posted January 2, 2022 I've never seen that before. Not to doubt KK, but he wrote that in 2015, maybe it's no longer valid? I certainly can't get it to work. Fortunately, there's a function for that: https://community.bistudio.com/wiki/BIS_fnc_addRespawnPosition So, if your unit variable name is "player1" and you have a marker called "p1_respawn" then this: [player1, "p1_respawn", "Player 1's Respawn"] call BIS_fnc_addRespawnPosition; gives you this: 2 1 Share this post Link to post Share on other sites
Flightcaptain93 0 Posted January 2, 2022 Thank you it works 🙂 Share this post Link to post Share on other sites