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:
 
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.
Back
Top