Try to eat some Food (Food is a percept like everything in warbot world),
This action may only be performed once per turn (when the robot is actived),
Thus, it is useless to call it several time in the doIt (it will have no effect)
try to do the action of launching a rocket in the desired direction
to perform such an action the robot's body must have the ability to launch rockets
(like a RocketLauncher)
As the action move, it is useless to call this method several time in the doIt: at most
just one rocket will be launched.
Try to move the robot in the world
This action may only be performed once per turn (when the robot is actived),
Thus, it is useless to call it several time in the doIt (it will have no effect)