movement.approach | Approach Character | Walks the possessed character toward the specified target entity. |
movement.get_site_move_interaction | Get Site Move Interaction | Returns an interaction.execute descriptor for walking a single character to a target site without c… |
movement.go_home | Go Home | Teleports the specified character to their home site. |
movement.reset_zoi | Reset Zoi | Force-recovers a stuck/bugged character: clears current+queued interactions, stops action/anim, res… |
movement.set_speed | Set Movement Speed | Get, set, or reset MaxWalkSpeed (cm/s). Default walk=190, sprint=400. action=get: returns current a… |
movement.summon | Summon Character | Teleports the target character to near the possessed character. |
movement.summon_batch | Summon Multiple Characters | Teleports multiple characters to near the possessed character. Possessed character is automatically… |
movement.teleport | Teleport | Teleports the specified character to a destination site or world coordinates. |
movement.teleport_npc_to | Teleport NPC To NPC | Teleports a character to near another character. Unlike movement.teleport_to, neither character nee… |
movement.teleport_to | Teleport To Character | Teleports the possessed character near the specified target entity. |