Jump to content
Sign in to follow this  
thegunnysgt

Repawn Group & Base

Recommended Posts

How can I set repawns for a squad for the beginning of a mission and then at a specific point at the end start having them respawn at the base.

Share this post


Link to post
Share on other sites

This worked in OFP. I have not tried it in ArmA yet. You need to make a marker called west_respawn or east, who ever you are using. This will be the start spawn.

Then you need to make a game logic called westnewspawn, put it where you want the new spawn and set a trigger for the condition you want fill to update the spawn. In the onactivation field you need to add...

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

"respawn_west" setMarkerPos (getpos westnewspawn); hint "West Respawn updated"

That should update the spawn.

Share this post


Link to post
Share on other sites

Would it make any difference with my description file having the repawns set to "Group"? Or will it update that or something.

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  

×