So I can figure out how to send normal network messages, but I am at my wits end with linked cards
What lua command do I need to type to send a message to a computer receiving the message?
I have tried component.tunnel.send= , but I dont know what function to type, or anything xD I tried component.tunnel.send("my message here") but it never shows up on the receiving computer.
The command I use on the receiving computer is event.pull("tunnel") but a message never comes through.
Help me please, and try to be simple, my ability to code lua is almost zero xD