Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- m = peripheral.wrap("top")
- m.clear()
- rednet.open("left")
- id, message = rednet.receive()
- while true do
- if message == "L1" then
- m.setCursorPos(2,8)
- m.write("TRAIN IN EXIT ZONE.")
- end
- sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment