Currently this bot is set up to run 2 demos specified below when started.
- Proximity doors: the bot will spawn 2 doors and open them automatically when any player gets close to the doors.
- Image sequence: the bot will spawn a screen with a sequence of images that will cycle every 2 seconds.
Note that currently, if a player grabs any of the objects controlled by the bot, they will stop working until the bot is restarted. This is most likely an issue that can be fixed with more research.
- Clone this repository onto your local machine.
- Create a file called
config.jsonbased offconfig.example.jsonand fill out the details. - Run
yarnto install the dependencies. (you can also usenpm iif you don't have yarn installed) - Run
yarn startornpm run startto start the bot. It should output it's progress and any errors in the console.