Advertisement
Virgilcore

countdown remote start

Feb 1st, 2022 (edited)
1,285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. rednet.open("back")
  2. while true do
  3. id, msg = rednet.receive()
  4. if msg == "launch" then
  5. shell.run("timer")
  6. rednet.close("back")
  7. end
  8. end
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement