• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

How to remove a Clicking trigger?!

Status
Not open for further replies.

sentrywiz

S

sentrywiz

  • Untitled Trigger 001
    • Events
      • Unit - A unit enters your region
    • Conditions
      • (trigger to be removed is on) Equal to True
    • Actions
      • Trigger - Turn off trigger to be removed
 

sentrywiz

S

sentrywiz

I replaced "Untitled Trigger2" with trigger to be removed to make it more clear.


Here is a step by step guide:

-make a new trigger, name it whatever you want
EVENTS - A unit enters region (then select the region you want)

CONDITIONS - Boolean > Trigger is on equals true (select the unit-remove trigger you have in your map)

ACTIONS - Trigger (turn off) select the unit-remove trigger


What this does is check when a unit enters the region, if the trigger that removes units is on (active, not-disabled) it will turn it off permanently or until you turn it back on.
 
Status
Not open for further replies.
Top