Guest User

mlager

a guest
Apr 9th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.13 KB | None | 0 0
  1. repeat
  2.  
  3.  
  4. if redstone.getBundledInput("top", colors.black) == true then
  5.  
  6.  
  7.  
  8.  
  9. print("Automatische Ein und Aus-Lagerung 0.1 CC1.31 by Willfrieden 09.04.12")
  10. sleep(3)
  11. term.clear()
  12. term.setCursorPos(1,1)
  13.  
  14.           print("---------------- Bestell menu -------------------")
  15.           print("|                                               |")
  16.           print("| Redstone          [r] | Diamond      [d]      |")
  17.           print("| Coal              [c] | Gold         [g]      |")
  18.           print("| Larpes            [l] | Iron         [i]      |")
  19.           print("| Copper           [cr] | Tin          [t]      |")
  20.           print("| RE Iron          [ri] | Glas         [g]      |")
  21.           print("| RF Glas          [rg] | RF Stone     [rs]     |")
  22.           print("| Sand              [s] | Wood         [w]      |")
  23.           print("| Gras             [gs] | Profit       [p]      |")             
  24.           print("|                                               |")
  25.           print("-------------------------------------------------")
  26.  
  27. else
  28.  
  29.  
  30.  
  31. print("Warte auf Input vom Programm.")
  32. sleep(2)
  33.  
  34. end
  35. until redstone.getBundledInput("top", colors.black) == false
Advertisement
Add Comment
Please, Sign In to add comment