logo bannerlogo banner
Page Navigator

Example Usage

bot.emit('goToSpatula');

// legacy dispatches: bot.dispatch(new GoToSpatulaDispatch());

Checks

  • The bot must be playing
  • The game must be a Capture the Spatula gamemode
  • The spatula must be on the ground
  • The bot must have the PATHFINDING intent

Important Note

A GoToAmmoDispatch will hijack both the looking and the movement of the bot. This means that you will run into issues if you issue ANY rotation/movement based actions, including LookAt and Move.