User Tools

Site Tools


move_character

This is an old revision of the document!


Move Character


Moves the character to the specified tile at their assigned movement speed. If a walkable path is not open then the character will remain at their current position.

move_character(character, tile_id)
ArgumentDescriptionTypeRequired
characterCharacter (player or NPC) that will be moved.EntityYes
tile_idID of the destination tile.StringYes

If you are moving the player character, you can also use the more convenient Move Player function to achieve the same results.

Example:

move_character(entity["Sarah"], "bridge01")

Results:

Use the Move Character function to move the player character or NPCs around the map during scripted cutscenes.


Editor Node:

Visual Demo:

move_character.1493065908.txt.gz · Last modified: 2017/04/24 13:31 by justin