Advertisement
rithrin

park list

Aug 2nd, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. function newLine()
  2.  
  3. local _,cY= term.getCursorPos()
  4. term.setCursorPos(1,cY+1)
  5. end
  6.  
  7. term.write("fix evrything")
  8. newLine()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement