Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- monitors = peripheral.find("monitor")
- function newLine()
- local x
- local y
- x, y = monitors.getCursorPos()
- y = y + 1
- monitors.setCursorPos(1,y)
- end
- while counter < 10 do
- mon.write("hoi")
- newLine()
- counter = counter + 1
- end
Advertisement
Add Comment
Please, Sign In to add comment