Jump to content
Sign in to follow this  
frezinator

How to move respawn_west in trigger, when player steps in that trigger???

Recommended Posts

How do you move the respawn_west in a capturable trigger, when a player steps in that capturable trigger?

So, if a player is inside that trigger and he died, he will respawn in that trigger that he just went into..

Edited by frezinator

Share this post


Link to post
Share on other sites

Well "respawn_west" is a marker, isn't it? If so, it's quite easy :D

Name your trigger (for my example I'm going to use "myTrigger") and insert this into the activation field:

"respawn_west" setMarkerPos (getPosATL myTrigger);

Share this post


Link to post
Share on other sites
Well "respawn_west" is a marker, isn't it? If so, it's quite easy :D

Name your trigger (for my example I'm going to use "myTrigger") and insert this into the activation field:

"respawn_west" setMarkerPos (getPosATL myTrigger);

Thank you so much!!!

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  

×