Skip to content

Instantly share code, notes, and snippets.

@ashap5
Created August 7, 2021 11:38
Show Gist options
  • Save ashap5/fbf6ff18723ba3c1b35eaeff2995f3e3 to your computer and use it in GitHub Desktop.
Save ashap5/fbf6ff18723ba3c1b35eaeff2995f3e3 to your computer and use it in GitHub Desktop.
rednet.open("back")
while true do
local id, message = rednet.receive()
if message == "play" then
shell.run("rick.lua")
end
print(("Computer %d sent message %s"):format(id, message))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment