• 🏆 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!

Gate Help!

Status
Not open for further replies.
Level 3
Joined
Jun 5, 2008
Messages
14
I created gates that open and close with commands such as -open gate 1. However, after the gates are destroyed, the commands will recreate the gates but I want it permanantly destroyed. How do I fix this?
 
Level 4
Joined
Oct 24, 2009
Messages
62
Trolman, the gate is probably a destructible. The trigger for me would look like this.

  • GateTurnOff
    • Events
      • Destructible - Gate (Diagonal 1) 0000 <gen> dies
    • Conditions
    • Actions
      • Trigger - Turn off Gate Open <gen>
Gate Open trigger is the opening trigger.

Also if you have a trigger for the gate to close, here is what that looked like as well.

  • GateTurnOffClose
    • Events
      • Destructible - Gate (Diagonal 1) 0000 <gen> dies
    • Conditions
    • Actions
      • Trigger - Turn off Gate Close <gen>
 
Status
Not open for further replies.
Top