Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Reactor Controller V1.0
- --]]
- term.clear()
- term.setCursorPos(1,1)
- print("Initialising Reactor Controller")
- print("")
- sleep(1)
- local reactor = peripheral.find("BigReactors")
- if reactor then
- print("Connected")
- else
- print("Fail")
- end
- --local reactorPower1 =
- --local storagePower1 =
- --local totalStorage =
- --while true do
- --end
Advertisement
Add Comment
Please, Sign In to add comment