Advertisement
Guest User

startup

a guest
May 29th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.37 KB | None | 0 0
  1. m = peripheral.wrap("right")
  2.  
  3. m.setTextScale(1)
  4.  
  5. m.setTextColour(colors.orange)
  6. m.setCursorPos(35,2)
  7. m.write("-lizz85 Town-")
  8.  
  9. m.setTextColour(512)
  10. m.setCursorPos(1,4)
  11. m.write("1: Respect everyone in the town")
  12.  
  13. m.setTextColour(colors.white)
  14. m.setCursorPos(1,5)
  15. m.write("2: No mass fab on town power")
  16.  
  17. m.setTextColour(colors.purple)
  18. m.setCursorPos(1,6)
  19. m.write("3: All plots come with free ME system if you leave town")
  20.  
  21. m.setTextColour(colors.purple)
  22. m.setCursorPos(1,7)
  23. m.write("you can't take it with you, it is town property, not yours")
  24.  
  25. m.setTextColour(colors.yellow)
  26. m.setCursorPos(1,8)
  27. m.write("4: Only one plot per player unless the owner (lizz85) says you can have more")
  28.  
  29. m.setTextColour(colors.green)
  30. m.setCursorPos(1,9)
  31. m.write("5: Absolutely NO griefing or stealing")
  32.  
  33. m.setTextColour(colors.gray)
  34. m.setCursorPos(1,10)
  35. m.write("6: Have fun! Everything you need is behind you")
  36.  
  37. m.setTextColour(colors.pink)
  38. m.setCursorPos(1,11)
  39. m.write("7: No asking the owner of the town for stuff (free town items behind you)")
  40.  
  41. m.setTextColour(colors.yellow)
  42. m.setCursorPos(1,12)
  43. m.write("8: NO laggy machines or setups")
  44.  
  45. m.setTextColour(colors.gray)
  46. m.setCursorPos(1,15)
  47. m.write("If you have any problems, please contact the owner of the town (lizz85)")
  48.  
  49. m.setCursorPos(1,18)
  50. m.write("Extra ME drives coast 8 quartz (they are sold in town free stuff)")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement