Meusali 0 Posted March 13, 2002 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 Share this post Link to post Share on other sites
chartier 1 Posted March 15, 2002 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
Meusali 0 Posted March 15, 2002 Thanx chartier , ill give a try. Share this post Link to post Share on other sites