Advertisement
CodeCrafter

Nexus 222 FeedTheWolf

Apr 18th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local mon = peripheral.wrap("back")
  2.  
  3. local NAME = "<NAME>"
  4.  
  5.  
  6. while true do
  7.  
  8. mon.setBackgroundColor(colors.yellow)
  9. mon.setTextColor(colors.red)
  10.  
  11. mon.clear()
  12.  
  13. mon.setCursorPos(1,4)
  14.  
  15. mon.setTextScale(2.5)
  16.  
  17. mon.write(NAME)
  18. sleep(5)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement