HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

HELP Making Elevators go up and down.

01-10-2004, 01:50 AM#1
ak47
I need help on this trigger.

What I did.

Repeat Elevator

Event:
- Time - Every 40 seconds

Condition:

Actions:
- Run Trigger <Start Elevator>
______________________________________________________________________

Start Elevator

Event:
- Time - 0.01 second past.

Conditions:

Actions:

I'm not sure what to do now. I know its probally ANIMATIONS - doodad. But when i looked in there. There is no BRIDGE/ELEVATOR to select. This is the problem. What do I do to get this trigger to work.
01-10-2004, 02:25 PM#2
LegolasArcher
I dont see why you have it set up that way. Just place the actions in the first trigger.

Code:
Destructible - Set height of <elevator> <gen> to 2
and
Code:
Destructible - Close All walls of <elevator> <gen>
and
Code:
Destructible - Open All walls of <elevator> <gen>
01-10-2004, 04:44 PM#3
ak47
Alright. The trigger I set up is that I want to make it go constantly up and down in a pattern. But i'll try that thx.
01-10-2004, 04:50 PM#4
LegolasArcher
Thats not what Im saying...

Why not just have:
Code:
Repeat Elevator

Event:
- Time - Every 40 seconds
Conditions:

Actions:
01-10-2004, 04:51 PM#5
ak47
Alright. I'm just on map editor working on other stuff but I'll do this now or I will forget =)