Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. mon = peripheral.wrap("top")
  2.  
  3. mon.clear()
  4. mon.setTextScale(1)
  5. mon.setCursorPos(1,1)
  6. mon.write("-----------------------------------------------------------------------------------------------------------------------------------------")
  7. mon.setCursorPos(40,2)
  8. mon.write("RULES")
  9. mon.setCursorPos(1,3)
  10. mon.write("-----------------------------------------------------------------------------------------------------------------------------------------")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement