Hello!
Guys, I need some help with the TRIGERS for a map...Isnt there any TRIGER that can stop the action of another TRIGER?
Thanx
None.

An artist's depiction of an Extended Unit Death
No, there is no trigger action to stop another trigger that is currently running.
You can, however, make a trigger action change a condition (i.e. Set Switch) so that another trigger with said condition (i.e. Switch is Cleared) will no longer run.
If you want to interrupt a trigger that is currently running, you would have to split the trigger into multiple triggers.
Here's an example of what I described above:
Player 1Switch 1 is ClearedKill all [men] for Player 1 at DeadlyLocationPreserve Trigger Player 1Player 1 brings at least 1 Terran Marine to StopLocationSet Switch 1 In the above example, all men owned by player 1 will die when brought to DeadlyLocation until he has brought a marine to StopLocation. Once the marine is brought to StopLocation, Switch 1 is set, and the other trigger's conditions are no longer met, and therefore the trigger won't run.
Hope this helps. Post more information if this doesn't solve your dilemma.
A way to stop a trigger is by having said trigger you want with a switch...
A Condition of the trigger has to be
Switch 1 is
Set (or any number really)
If you want to stop it run another trigger so that when you want it Action is
Switch 1 is
ClearIf you run out of switches (255 of them) you can make death triggers...
A death trigger goes by having a unused unit's death count be set to a number you want and when it is set you can detect it though triggers.
None.