Advertisement
Guest User

distrib

a guest
Sep 2nd, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.52 KB | None | 0 0
  1. m = peripheral.wrap("top")
  2. p = peripheral.wrap("front")
  3.  
  4. m.clear()
  5. m.setCursorPos(1,1)
  6. m.setTextColor(colors.red)
  7. m.write("Projet en cours miniBN")
  8.  
  9. m.setCursorPos(1,4)
  10. m.write("Un kit par personne : ")
  11.  
  12. m.setCursorPos(4,5)
  13. m.write("- lit")
  14. m.setCursorPos(4,6)
  15. m.write("- pioche/pelle/hache/epee")
  16. m.setCursorPos(4,7)
  17. m.write("- armure en fer")
  18. m.setCursorPos(4,8)
  19. m.write("- nourriture")
  20.  
  21. m.setCursorPos(1,10)
  22. m.write("Faites un clic droit sur la tete et ")
  23. m.setCursorPos(1,11)
  24. m.write("attendez")
  25.  
  26. f = fs.open
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement