User Tools

Site Tools


move_platform

This is an old revision of the document!


Move Platform


Moves the platform tile to the specified waypoint at its assigned movement speed.

Signature:

move_platform(tile, waypoint_name, pause)
ArgumentDescriptionTypeRequired
tilePlatform tile that will be moved.EntityYes
waypoint_nameName of the destination waypoint.StringYes
pauseWhether or not script should be paused until the waypoint has been reached. Defaults to false.BooleanNo

A tile can be configured as a platform from its Entity Properties by selecting it in the Map Editor and enabling the “Moving Platform” setting. See Platforms for more information.

Example:

move_platform(entity["wooden_platform"], "Across Pit")

Results: The platform tile with an ID of “wooden_platform” moves from its current location to the coordinate for the waypoint named “Across Pit”.

Use the Move Platform function to transport the player character on an elevator to the upper floor of a building or on a raft across a wide river.


Editor Node:

Visual Demo:

move_platform.1576550278.txt.gz · Last modified: 2019/12/16 18:37 by justin