Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local pos = 18
  2.  
  3. mon = peripheral.wrap("back")
  4. mon.clear()
  5. mon.setTextScale(5)
  6.  
  7. while true do
  8.  
  9. if pos==-24 then
  10. pos = 18
  11. end
  12.  
  13. mon.clear()
  14. moin.setCursorPos(pos,1)
  15. mon.write("Niagi est dans le Futur")
  16. pos = pos-1
  17.  
  18. os.sleep(0,15)
  19.  
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement