Skip to content

Instantly share code, notes, and snippets.

@ashap5
Last active September 9, 2021 18:35
Show Gist options
  • Save ashap5/8c20e1e846889c1a665124c81368fbde to your computer and use it in GitHub Desktop.
Save ashap5/8c20e1e846889c1a665124c81368fbde to your computer and use it in GitHub Desktop.
rednet.open("back")
write("ID:")
id = tonumber(read())
write("Command:")
command = read()
rednet.send(id, command)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment