Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local shield = peripheral.find("warpdriveForceFieldProjector")
- while true do
- local current, capacity, outputRate, inputRate, consumptionRate = shield.getEnergyStatus()
- print("Assembly Status:", consumptionRate)
- os.sleep(0.8)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement