Character walks to the specified coordinates. This action can be used to retrace the logged positions that a character visited.
| Argument | Character Name |
|---|---|
| Type | Character |
| Default | REQUIRED |
| Description | Name of the character to walk |
| Argument | Target Coordinate X |
| Type | Real Number |
| Default | REQUIRED |
| Description | The x coordinate of the target position |
| Argument | Target Coordinate Y |
| Type | Real Number |
| Default | REQUIRED |
| Description | The y coordinate of the target position |
| Argument | Target Coordinate Z |
| Type | Real Number |
| Default | REQUIRED |
| Description | The z coordinate of the target position |
WalkToSpot(Tom, 300, 0, 3)