======Put Player====== ---- Instantly positions the [[player character]] onto the specified [[tile]]. ====Signature:==== 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| ====Example:==== 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. ---- ====Editor Node:==== {{:put_player_node.png?nolink|}} ====Visual Demo:==== {{:put_player_demo.gif?nolink|}} ~~NOTOC~~