Advertisement
Guest User

info

a guest
Jun 30th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. while true do
  2.   local turbine = peripheral.wrap("BigReactors-Turbine_0")
  3.   local mon = peripheral.wrap("monitor_6")
  4.   mon.clear()
  5.  
  6.   mon.setCursorPos(1, 1)
  7.   mon.setTextColor(colors.white)
  8.   mon.write("Active: ")
  9.   mon.setTextColor(colors.lime)
  10.   mon.write(turbine.getActive())
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement