Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("back")
- while true do
- id, msg = rednet.receive()
- if msg == "launch" then
- shell.run("timer")
- rednet.close("back")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement