Advertisement
Isti115

ComputerCraft_temp

Dec 28th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. function istiPrint(text)
  2.   for i=1, #text do
  3.     write(text:sub(i, i))
  4.     sleep(0.2)
  5.   end
  6. end
  7.  
  8. term.setCursorBlink(true)
  9.  
  10. istiPrint("turning on")
  11. sleep(1.3)
  12. print()
  13. sleep(1.3)
  14. print("\nepisode 1")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement