How do I make a multi-floor elevator with Blueprints?

As the title says, how do I make a multi-floor elevator with blueprints?

Thanks in Advance!

1 Like

Hi, you could use a “Timeline” to move the elevator. So you move the elevator one floor at a time until it reaches its target floor.

Before moving the elevator you can do some checks (can the elevator reach the floor?, is the elevator already moving?). Then when the elevator moves one floor you update the “NFloorsRemaining” (if the elevator moves up you reduce it by one if it moves down you add one, if it’s zero the elevator has reached its target floor.)