Jump to content

Home

prob with lifts


sematriclen

Recommended Posts

ok this is a dumb question but how do i make an elivator that uses a button to got up and down everytime i press the button this lift goes up but the button doesnt go with it and i cant go back down because i have it set to toggle (im useing func_door)

any help would be great :D or anyother ways of doin it (ps this is the main builing in the matrix that im making)

Link to comment
Share on other sites

Make a trigger_multiple for your button. Place it where the player has to stand to use the button. The button itself can be a simple texture. Set the PLAYER_USE and FACING spawnflags and give it an angle key with the direction the player has to look to be able to use the button.

 

You can make one trigger for the lower button and one for the upper. Or you can make only one (which is better in some cases) tall trigger.

 

Target the tigger(s) to the func_door you used for elevator and give all of them (including door) some wait value.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...