Advertisement
Guest User

slowprint

a guest
Mar 3rd, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.62 KB | None | 0 0
  1. textutils.slowPrint("This is a monitor test program.")
  2. os.sleep(1)
  3. textutils.slowPrint("By design, it should output the text within it.")
  4. os.sleep(1)
  5. textutils.slowPrint("We don't know what else we should include here, so please enjoy this:")
  6. os.sleep(5)
  7. print("H H OOO NN   N K  K")
  8. print("H H O O N N  N K K")
  9. print("HHH O O N  N N KK")
  10. print("H H O O N   NN K K")
  11. print("H H OOO N    N K  K")
  12. os.sleep(1)
  13. textutils.slowPrint("We hope you enjoyed.")
  14. os.sleep(1)
  15. textutils.slowPrint("Goodbye.")
  16. os.sleep(2)
  17. term.setBackgroundColor(colours.black)
  18. term.clear()
  19. term.setCursorPos(1,1)
  20. term.setTextColour(colours.white)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement