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

I Need Help About Gates!!!

Status
Not open for further replies.
Level 14
Joined
Sep 29, 2003
Messages
1,255
Do somebody know how make to make a gate open by itself, etc;

When my Blademaster walks towards the gate and stands in front of it, then the gate opens and then the Blademaster go through, and when he is gone the gate closes again etc etc.

How do i make this happen? :oops:
 
Level 2
Joined
Sep 2, 2004
Messages
25
regions....

make a region af the gate and make a trigger like this

a unit enters region 'gate'

actions:
open 'the gate'
wait 6 seconds
close 'the gate'


or a another trigger with:

a unit leaves region 'gate'

actions:
close gate

i dont have world editor open so it isnt correctly
but it shoeld be able to be done like this...
 
Status
Not open for further replies.
Top