Advertisement
Guest User

startup

a guest
May 22nd, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.71 KB | None | 0 0
  1. m = peripheral.wrap("right")
  2.  
  3. m.setTextScale(1)
  4.  
  5. m.setTextColour(colors.orange)
  6. m.setCursorPos(28,1)
  7. m.write("-Town Banned/Restricted Items-")
  8.  
  9. m.setTextColour(colors.gray)
  10. m.setCursorPos(1,3)
  11. m.write("1: Mass Fabricators (only on town power)")
  12.  
  13. m.setCursorPos(1,4)
  14. m.write("2: Timers (only two per plot)")
  15.  
  16. m.setCursorPos(1,5)
  17. m.write("3: Wraith Lamps (BANNED: causes lag)")
  18.  
  19. m.setCursorPos(1,6)
  20. m.write("4: Personal Safe (only aloud with permission from owner (lizz85)")
  21.  
  22. m.setCursorPos(1,7)
  23. m.write("5: Gold pipes (BANNED:banned on utopia but can still place them)")
  24.  
  25. m.setCursorPos(1,8)
  26. m.write("6: all alarms (BANNED)")
  27.  
  28. m.setCursorPos(1,9)
  29. m.write("7: crystal chest (BANNED: causes lag)")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement