Advertisement
ihatetn931

Derkcraft town screen left

Jun 27th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. local mon = peripheral.wrap("top")
  2.  
  3. mon.setCursorPos(20,1)
  4. mon.write("Welcome to Derkcraft!")
  5. mon.setCursorPos(1,2)
  6. mon.write("This is a temporary town to get you started and provide")
  7. mon.setCursorPos(1,3)
  8. mon.write("protection till you can join/start a town.")
  9. mon.setCursorPos(1,5)
  10. mon.write("This is a maximum two week stay.")
  11. mon.setCursorPos(1,7)
  12. mon.write("Plot rent is 350 per day.")
  13. mon.setCursorPos(1,9)
  14. mon.write("You can modify only the air spaces within the home,")
  15. mon.setCursorPos(1,10)
  16. mon.write("all walls/ceiling/floors are warded.")
  17. mon.setCursorPos(1,12)
  18. mon.write("At the end of your two weeks if you have not moved your")
  19. mon.setCursorPos(1,13)
  20. mon.write("things out you will lose claim to them.")
  21. mon.setCursorPos(1,15)
  22. mon.write("Happy Hunting!")
  23. mon.setCursorPos(1,17)
  24. mon.write("-DERKCRAFT")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement