PDA

View Full Version : Complex Elevator



legacy-Minimum
01-25-2005, 02:36 AM
Does anyone know how I can make an elevator that goes to 6 floors? Will I have to make a script for this?

Angel_Mapper
01-25-2005, 02:57 AM
If you want it to be controllable yes.

legacy-Aaron M
01-25-2005, 08:07 AM
Here's a tutorial on how to make one for the old editor (UED 2.0) that came with the original Unreal Tournament. It doesn't apply for the new editor and UT2K4, BUT it's a good starting place to see how to do it.

http://www.planetunreal.com/lode/movers/elevator.html

You'll probably need to create your own ElevatorMover and ElevatorTrigger classes, but it shouldn't be too difficult to get working.

legacy-Minimum
01-25-2005, 03:53 PM
Ok, thanks for the advice.