musclebust 3 Posted April 14, 2019 How do i make my trigger activate from me disarming a IED. I want there to be 2 IEDs dug into the road whilst the third is on the side of the road visible. If the team spots the 3rd IED they can disarm it and that would also disarm the 2 on the road (That explode from a trigger) So i have one trigger that will detonate the 2 IEDs on the road. And i have one trigger to delete the first trigger. Now i just need to know what to put in the second trigger so that it will work when i disarm the IED. Share this post Link to post Share on other sites
pierremgi 2699 Posted April 14, 2019 !mineActive your3rdIEDNameHere See also allMines detectedMines .... Share this post Link to post Share on other sites
musclebust 3 Posted April 14, 2019 Thanks Pierremgi! Works perfectly. Share this post Link to post Share on other sites
Spatsiba 87 Posted April 14, 2019 Keep in mind !mineActive will return true if the mine is blown up, too. There is no way to detect if a mine was disarmed only referencing the mine AFAIK. Share this post Link to post Share on other sites