Aralvar 1 Posted May 13, 2014 I've made a description.ext with the following code and placed it in my mission folder: respawn = BASE; respawnDelay = 5; Then I made a marker called respawn_west and had a BLUFOR guy get killed as the player, but it just takes me to a menu where all I can do is restart or end the mission, no respawn. I am aware respawning doesn't work in singleplayer, so I tried saving it as a multiplayer mission and it still doesn't work when I click preview and die! Share this post Link to post Share on other sites
Sgt.Spoetnik 10 Posted May 13, 2014 Try, Respawn="Base" and for the marker like this, Respawn_West. hope it helps and else let us know. Share this post Link to post Share on other sites
Harzach 2518 Posted May 13, 2014 Case isn't an issue, but you are correct in that quotes must be used. Either: respawn = "base"; - or - respawn = 3; (no quotes) Share this post Link to post Share on other sites
Aralvar 1 Posted May 13, 2014 Thanks for trying to help guys, but it still doesn't work. I thought it might be because I was putting spaces in my mission title, but fixing that did nothing to help the problem. Here's some pictures in case they help: http://i.imgur.com/KYIoXbW.png http://i.imgur.com/ZjxxaZI.png http://i.imgur.com/ZLMZ6m8.png http://i.imgur.com/W6OWe1E.png I tried using the quotes around base as well, didn't work. I appreciate the attempt anyways. Share this post Link to post Share on other sites
Harzach 2518 Posted May 13, 2014 Are you running your mission from the multiplayer editor? Here's a demo of a working respawn. https://dl.dropboxusercontent.com/u/61752237/respawn.utes.zip Share this post Link to post Share on other sites
Gunter Severloh 4071 Posted May 13, 2014 See my tutorial: http://forums.bistudio.com/showthread.php?116518-Respawn-for-Editor-Missions-played-in-multiplayer&p=1881921#post1881921 How to setup a respawn for MP using a base respawn Share this post Link to post Share on other sites
Aralvar 1 Posted May 13, 2014 Success! I didn't have an MPmissions folder so I created it and placed my mission into it and when I launched it in multiplayer it worked! :D Thanks so much to all of those who helped! Share this post Link to post Share on other sites