Skip to content

Instantly share code, notes, and snippets.

@LittleLigr
Created February 24, 2023 00:50
Show Gist options
  • Save LittleLigr/7313eb2297fc9a9229ccd18c7a56f7bb to your computer and use it in GitHub Desktop.
Save LittleLigr/7313eb2297fc9a9229ccd18c7a56f7bb to your computer and use it in GitHub Desktop.
CC:Tweaked turtleUnit
protocol = "fjbsaidfgnorg"
peripheral.find("modem", rednet.open)
local id, message = rednet.receive()
print(("Computer %d sent message %s"):format(id, message))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment