Jump to content
Sign in to follow this  
mcnools

Simple respawn-menu script? (ACE-compatible).

Recommended Posts

I've been going a bit crazy searching around for a simple script that allows players to choose their respawn location in MP. My group is using ACE3 so it would have to be compatible with that too. The only thing I can find is the BTC Revive script, but it seems to have a lot o other revive-related scripts in it that we don't want since we can already help each other back up with ACE's medic system.

 

Any idea where I should look?

Share this post


Link to post
Share on other sites

Ah, didn't know there was a built-in function! will try that at once!

Share this post


Link to post
Share on other sites

Yep works pretty well.. you can also add/remove respawn points on the fly:

 

https://community.bistudio.com/wiki/BIS_fnc_addRespawnPosition

 

Also note you can adjust how the respawn positions behave at mission start with respawnOnStart = X

respawnOnStart = 1;    //Respawn on start. Run respawn script on start.
respawnOnStart = 0;    //Dont respawn on start. Run respawn script on start.
respawnOnStart = -1;   //Dont respawn on start. Don't run respawn script on start.
  • Like 1

Share this post


Link to post
Share on other sites

I was just about to ask that! (since I had to choose respawn position at mission start), Thanks a lot! No wonder there weren't any scripts to be found when it's alread built-in, haha.

  • Like 1

Share this post


Link to post
Share on other sites

Yeah I figured you might be back for that one.. .it screwed me up at first too ;)

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×