Jump to content
CTxR

Enabling respawns after reaching a waypoint

Recommended Posts

Hi guys,

bit of a noob. first mission.

 

How can i turn on respawns at a certain location, after the player reaches a trigger?

 

e.g. 'John' reaches BASE1 which enables the trigger. How can i get this trigger to turn on respawns at LOCATION1??

 

Cheers,

Luke

Share this post


Link to post
Share on other sites

You can use the createMarker command in the triggers activation box.

 

Something like this:

_respawnmarker = createMarker ["respawn_west", position location1];

 

That would make a Blufor respawn marker on top of location1.

 

 

 

 

Share this post


Link to post
Share on other sites

Or simply link (sync) the trigger with the respawn position module.

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

×