Last active
September 9, 2021 18:35
-
-
Save ashap5/8c20e1e846889c1a665124c81368fbde to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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