User Tools

Site Tools


put_entity

This is an old revision of the document!


Put Entity


Instantly positions an object or character onto the specified tile.

put_entity(entity_id, tile_id)
ArgumentDescriptionTypeRequired
entity_idID of the entity to reposition.StringYes
tile_idID of the destination tile.StringYes

If you are changing the player's position, you can alternatively use the more convenient Put Player function which also lets you specify the player's direction.

Example:

put_entity("slippery_chest", "chest_destination")

Results: The entity with an ID of “slippery_chest” is immediately repositioned onto the tile with an ID of “chest_destination”.

Use the Put Entity function to …


Editor Node:

Visual Demo:

put_entity.1493432510.txt.gz · Last modified: 2017/04/28 19:21 by justin