LtCmdrBoon 0 Posted June 18, 2007 This is probably so simple it's not been asked. I have a trigger which ensures a unit stays within a prescribed area (works). Upon completion of 3 objectives (by other team members) I want to remove the trigger than keeps the 1st unit within a certain area. Share this post Link to post Share on other sites
Lolsav 0 Posted June 18, 2007 once you fullfilled the conditions on the others trigger delete the other you want by simply using the "deletevehicle" command. example: deletevehicle triggername; Share this post Link to post Share on other sites
The-Architect 0 Posted June 18, 2007 Yep, in the trigger dialogue there is a tab called "Name". You can give the trigger a name like you can any other object. When you want to get rid of the trigger you use the, <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">deletevehicle triggername command like lolsav said. Share this post Link to post Share on other sites
LtCmdrBoon 0 Posted June 18, 2007 excellent - thanks very much. I take it from this, that anything that can have a name (be it waypoint, trigger, unit, a pink flag with yellow spots) it can have things done to it with a vechile command using this as it's "vehicle" name. Brill! Share this post Link to post Share on other sites