Moving the bot can be achieved in two different ways: either by walking or sitting. The walk method requires four parameters: x, y, z, and facing. The facing parameter can be imported from the SDK or manually set. Furthermore, the walk method takes two parameters: entity_id and anchor_ix. If you find it challenging to obtain the position or the object, you can utilize the event playerMovement to log the player's position when they move.

To access the move object, you can utilize the Highrise class instance. For example, if your instance is named "bot," you can call the move method using bot.move. Any subsequent method invoked belongs to the move. For instance, bot.move.walk().

Below are examples demonstrating a list of all available methods in the room class:

Walk The Bot

Sit On Objects