Posted 24 March 2012 - 03:44 AM
Alright , so I am recently new to this mod and have been trying to get a simple message system working, I followed a tutorial and got that one working but now I want to make a new one myself and it isn't working out for me. So basically I am trying to get to so when you run it, it will ask for an computer Id then after entering that it will ask for the message, but that's not working out for me so I will show you what I have so far.
print "Recipient: "
id = input
input = read()
print "Message: "
message = input
input = read()
rednet.send(id, message)
Yea so any help would be appreciated :(/>/>
oh also I do have another computer hooked up with a receiving message program.
print "Recipient: "
id = input
input = read()
print "Message: "
message = input
input = read()
rednet.send(id, message)
Yea so any help would be appreciated :(/>/>
oh also I do have another computer hooked up with a receiving message program.