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 the character will remain at their current position.

Signature:

move_character(character, tile)
ArgumentDescriptionTypeRequired
characterCharacter (player or NPC) that will be moved.EntityYes
tileID or coordinate of the destination tile or a reference to the destination tile itself.String, Coordinate, or EntityYes

If you are moving the player character, Lock/Unlock Player Movement must be called first to prevent the player from interfering with the scripted movement. You can also use the more convenient Move Player function.

Example:

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

Results: The character with an ID of “Sarah” walks from her current location to the bridge tile with an ID of “bridge01”.

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


Editor Node:

Visual Demo:

move_character.1581709813.txt.gz · Last modified: 2020/02/14 11:50 by justin