Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("top")
- mon = peripheral.wrap("bottom")
- while true do
- event,id,text = os.pullEvent()
- if (text == "11") then
- mon.setCursorPos(1,3)
- mon.write("prochain train dans")
- sleep(1)
- if (text == "10") then
- mon.setCursorPos(1,3)
- mon.write("prochain train dans")
- mon.setCursorPos(1,4)
- mon.write("13 sec")
- sleep(1)
- mon.setCursorPos(1,4)
- mon.write("12 sec")
- sleep(1)
- mon.setCursorPos(1,4)
- mon.write("11 sec")
- sleep(1)
- mon.setCursorPos(1,4)
- mon.write("10 sec")
- sleep(1)
- mon.setCursorPos(1,4)
- mon.write("9 sec")
- sleep(1)
- mon.setCursorPos(1,4)
- mon.write("8 sec")
- sleep(1)
- mon.setCursorPos(1,4)
- mon.write("7 sec")
- sleep(1)
- mon.setCursorPos(1,4)
- mon.write("6 sec")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement