Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- id = 181
- rednet.open("top")
- id, message = rednet.receive()
- if message == "1" then
- print("Automatische Ein und Aus-Lagerung 0.1 CC1.31 by Willfrieden 09.04.12")
- sleep(3)
- term.clear()
- term.setCursorPos(1,1)
- print("---------------- Bestell menu -------------------")
- print("| |")
- print("| Redstone [r] | Diamond [d] |")
- print("| Coal [c] | Gold [g] |")
- print("| Larpes [l] | Iron [i] |")
- print("| Copper [cr] | Tin [t] |")
- print("| RE Iron [ri] | Glas [g] |")
- print("| RF Glas [rg] | RF Stone [rs] |")
- print("| Sand [s] | Wood [w] |")
- print("| Gras [gs] | Profit [p] |")
- print("| |")
- print("-------------------------------------------------")
- id, message = rednet.receive()
- print(message)
- id, message = rednet.receive()
- print(message, " Redstone werden Geliefert.")
- sleep(5)
- term.clear()
- term.setCursorPos(1,1)
- else
- print("Warte auf Input")
- sleep(5)
- term.clear()
- term.setCursorPos(1,1)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment