All pastes #3189852 Raw Edit

Program 2.2

public unlisted lua v1 · immutable
#3189852 ·published 2015-10-10 19:08 UTC
rendered paste body
-- _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