Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- id = ! --Replace the ! with the ID of the co
- rednet.open("<side>") --Replace side with the side the modem is on
- while true do
- write("Command: ")
- program = read()
- write("Arg: ")
- arg = read()
- write("Arg2: ")
- arg2 = read()
- rednet.send(id,program)
- rednet.send(id,arg)
- rednet.send(id,arg2)
- end
Advertisement
Add Comment
Please, Sign In to add comment