Following on from my touchscreen tutorial, here is one for rednet messaging.
I've tried to keep it as simple as possible and it assumes no programming knowledge.
Let me know if you want anything else and I'll see what I can do
Rednet tutorial for absolute beginners
Started by fredthead, Jul 12 2013 10:06 AM
1 reply to this topic
#1
Posted 12 July 2013 - 10:06 AM
#2
Posted 22 July 2013 - 11:01 AM
Its good tutorial but some begginers won't understand it so easly...You should try make various examples with simple codes, like:
This is to send a message:
But its a good tut
This is to send a message:
--id is the reciver id id = "0" --message is the message that you want to send to the receiver message = "Your message here" rednet.send(id, message, true) --or you can make it like rednet.send(0, "Your message here", true) --this will send to the computer with the id "0" the message "Your message hereand to the receiver and increase the dificulity slowly...
But its a good tut
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











