Advertisement
Guest User

monitorInit

a guest
Nov 26th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. pSide = "back"
  2. m = peripheral.wrap(pSide)
  3.  
  4. m.setTextScale(5)
  5.  
  6. if m.isColor() == true then
  7.   term.setTextColor(2)
  8. end
  9.  
  10. m.clear()
  11. m.setCursorPos(2, 1)
  12. m.setTextScale(2)
  13. m.write("Reactor Room")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement