Advertisement
Dlog_M125

Turtle Config to accept rednet commands

Jul 21st, 2024
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. rednet.open("...") -- replace dots with side your modem is on
  2. while true do
  3. local -, command = rednet.receive()
  4. shell.run(command)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement