Advertisement
rithrin

todo

Mar 25th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. function newLine()
  2.  
  3. local _,cY= term.getCursorPos()
  4. term.setCursorPos(1,cY+1)
  5. end
  6.  
  7. write("<<<todolist>>>")
  8. newLine()
  9. write("-Make more eu")
  10. newLine()
  11. write("-Make cake")
  12. newLine()
  13. write("-Make shiny thermal toy")
  14. newLine()
  15. write("-Diamond factory")
  16. newLine()
  17. write("-Nuke")
  18. newLine()
  19. write("-Make boxman 8 titanium")
  20. newLine()
  21. write("-Get copper")
  22. newLine()
  23. write("-Build scrap farm")
  24. newLine()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement