Advertisement
Guest User

te

a guest
Apr 22nd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.62 KB | None | 0 0
  1. while true do
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. etage = ""
  5. print("0) Docking pad")
  6. print("1) Furnace")
  7. print("2) Storage")
  8. print("3) Shop")
  9. print("4) Aquilla Acces")
  10. print("5) Aquilla Administration")
  11. etage = read()
  12.  
  13. if etage == "0" then
  14. commands.exec("tp @p -177.5 129 450")
  15. elseif etage == "1" then
  16. commands.exec("tp @p -177.5 176 450")
  17. elseif etage == "2" then
  18. commands.exec("tp @p -177.5 182 450")
  19. elseif etage == "3" then
  20. commands.exec("tp @p -177.5 192 450")
  21. elseif etage == "4" then
  22. commands.exec("tp @p -177.5 203 450")
  23. elseif etage == "5" then
  24. commands.exec("tp @p -177.5 215 450")
  25. end
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement