Jump to content
Sign in to follow this  
Brooklyn718

New Respawn point

Recommended Posts

Hey guys,

Another question for everyone.... If there any way to activate a respawn point when you pass a certian area? I know how to make them, but I dont want them activated untill you reach a certain area/town on the map.

Thanks,

Brooklyn

Share this post


Link to post
Share on other sites

Ok so you've got your respawn marker called 'respawn_west' placed on the map.

In the place where you want to move the respawn to after a certain trigger, place a marker and name it 'respawn1'.

Now, create a trigger. The trigger can be whatever you want: When BLUFOR are present, when no OPFOR are present - anything you like.

In the 'On Activation:' box of that trigger, put the following code:

"respawn_west" setPos getMarkerPos "respawn1";

So, what we're essentially doing is saying that when the trigger is activated, move the marker 'respawn_west' to the position of the marker 'respawn1'.

You can use that same technique throughout your mission to keep on changing the respawn area.

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  

×