Posted 11 November 2012 - 06:47 PM
so i know that there are some parameters in the rednet_message command, argument, thing, or what ever it is called (I,m not here for a lesson in vocabulary), like computer id, and Message. But can you add another parameter to a sent message through rednet.send("id","message", "param_x", "param_z")
if so how
will it work like print does when you have
right now i want to add another parameter to a rednet_message for a remote console thing for a email server + dns server type setup for an internet like set of programs.
thank you in advance.
if so how
will it work like print does when you have
A = "hi"
b = "how are you"
print(A,:unsure:/>/>
right now i want to add another parameter to a rednet_message for a remote console thing for a email server + dns server type setup for an internet like set of programs.
thank you in advance.