Advertisement
Sayomie550

Reactor Control 1.lua

Mar 31st, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. --[[
  2. Reactor Controller V1.0
  3. --]]
  4. term.clear()
  5. term.setCursorPos(1,1)
  6. print("Initialising Reactor Controller")
  7. print("")
  8. sleep(1)
  9.  
  10. local peripheralList = peripheral.getNames()
  11.  
  12. print(""..peripheralList)
  13.  
  14. --local reactorPower1 =
  15. --local storagePower1 =
  16. --local totalStorage =
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23. --while true do
  24.  
  25. --end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement