Program 2.2
public unlisted lua v1 · immutable-- _PROGRAM 2.2local robot = require("robot")local component = require("component")function checkSwitch()do component.inventory_controller.equip()robot.setLightColor(0xF4FF0D) ifrobot.count(1) > 50function expUse()robot.setLightColor(0x00FF00) --green print("Extracting...")robot.use()while true docheckSwitch()endwhile true doexpUse()end