Please or Register to create posts and topics.

Industrial elevator

Hello!
I'm working with one of that yellow industrial elevators, seen behind the scenes, and I want it to come up from the pit bottom to the room where the player is waiting for it. To do this, a button must be pressed. Then, inside the elevator, another button is pressed and the elevator comes back down.

I'm using this button to call the elevator (there are two models: prop_bts/push_button_stand and push_button)
Image

And this one to make it go down
Image

The question is: how do I make the button call the elevator and how do I make the other button activate it to go down?
I don't have a clue, I've tried adding outputs, but I always get confused.
Thanks in advance!

Please disregard any undeserved compliments.


Steam Profile
Workshop

For the buttons, you'll want two invisible-textured func_buttons. I think the arrow button has some movement animations, use the onIn/onOut outputs to make it animate. (Set hold Animation to true on the prop_dynamic, and send it the setAnimation input with the name of the animation.) Make a nodraw pillar with the height the same as the distance you want the elevator to move, and tie it to a func_door. Set the move direction to up, and send it the open input to make it move up. The close input returns it to the original position. Parent the elevator model to the door to make it follow along.

My stuff:
[spoiler]- BEE2 Addons | (BEE2)
- Hammer Addons
Maps:
- Crushed Gel
- Gel is Not Always Helpful[/spoiler]

Hey! If you want, you can add me on steam so I can explain this for you more detailed in Portuguese.

Image

nice! I'll do it

Please disregard any undeserved compliments.


Steam Profile
Workshop