Jump to content
Sign in to follow this  
Meusali

Team ctf flag respawn - how?

Recommended Posts

I have created a large team ctf map, and need the flag to respawn, after the flag carrier has died because as it gets really annoying having to search all over for it.

Thanx for any help smile.gif

Share this post


Link to post
Share on other sites

The keyword here will be "setFlagOwner".

Set up a repeating trigger with condition:

!alive flagOwner FlagName

and on activation:

FlagName setFlagOwner "objNull"

Make a trigger per team and substitute FlagName for each team's given flag name. setFalgOwner "objNull" sets the flag back to pole.

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  

×