— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
— — — — —
Instantly positions the player character onto the specified tile.
put_player(tile, direction)
Argument | Description | Type | Required |
---|---|---|---|
tile | Target tile onto which the entity will be placed. | Entity, Coordinate | Yes |
direction | Cardinal direction for the player to face towards. | Cardinal Direction | No |
put_player("tile_portal02", EAST);
Results: The player character is immediately repositioned onto the tile with an ID of “tile_portal02”.
Use the Put Player function to instantly move the player character to another location with the current map after interacting with a portal or teleportation device.