Advertisement
Guest User

montest

a guest
Mar 30th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  1. mon = peripheral.wrap("left")
  2.  
  3. mon.setCursorPos(1,1)
  4. mon.write("[][][][][][][][][][][][][][][]")
  5. mon.setCursorPos(1,2)
  6. mon.write("[][][][][][][][][][][][][][][]")
  7. mon.setCursorPos(1,3)
  8. mon.write("[][][][][][][][][][][][][][][]")
  9. mon.setCursorPos(1,4)
  10. mon.write("[][][][][][][][][][][][][][][]")
  11. mon.setCursorPos(1,5)
  12. mon.write("[][][][][][][][][][][][][][][]")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement