Jump to content

Home

What Function do I need for an elevator


Quanon

Recommended Posts

Hey , I found out how doors worked , but I need elevator , I've tried a Tutorial but it didn't really help me out .( I just got a crazy platform crushing me to death :). SO I'll ask it to experts here How do you make a platform move up and down the way I want it .

 

Thankx for the help

Link to comment
Share on other sites

You could use a func_plat, but I don't like those too much. Instead, use a func_door and change the lip and angle. You'll want to do the following to find the value for the lip: how high you want it - height of the elevator, then take the opposite (negative) of that.

 

Example: Func_door is 8 units high.

You want the elevator to go 800 units up.

800-8 = 792.

 

So you would have this: key: lip, Value:-792

 

Then make the angle -1 (for up) and put it on the bottom of where you want it to be. I don't remember what down is, but I think it's =2 or 0.

 

Hope this helps.

Link to comment
Share on other sites

  • 2 months later...

Archived

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

×
×
  • Create New...