move
Move to a spot in the room (meters, origin at room center; y is height, yaw in radians).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Metres east of the room centre. | |
| y | No | Height in metres (default 0). | |
| z | Yes | Metres south of the room centre. | |
| yaw | No | Facing direction in radians. | |
| room | Yes | Room key, e.g. 'lobby' or 'main-bar' (or an instance key like 'main-bar#2' from enter_room). |