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