Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- robot.swing()
- if robot.durability() <= 0.1 then
- inventory_controller.equip()
- robot.dropUp()
- robot.suckDown()
- inventory_controller.equip()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement