bot.emit('goToGrenade');
// legacy dispatches: bot.dispatch(new GoToGrenadeDispatch());
PATHFINDING intentA 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.
bot.emit('goToGrenade');
// legacy dispatches: bot.dispatch(new GoToGrenadeDispatch());
PATHFINDING intentA 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.