We added new commands and events to Bot Playground (Second Life bot JavaScript sandbox). This update improves your abilities to control the bot movement.
Commands:
- Bot.walkTo() – autopilot bot to the desired point on sim
- Bot.fly() – make bot flying or not
- Bot.move() – direct control over the bot movement and rotation
Events:
- autopilot_started – fires when bot starts auto-piloting
- autopilot_completed – fires when bot successfully arrives to the destination
- autopilot_stuck – fires when autopilot gets stuck
Feel free to try new commands and events, and make your bot alive. Bot Playground is always free (tho requires some JavaScript knowledge!)