Posted 10 November 2012 - 12:30 PM
So, in part of my code it says this:
elseif input == "A" then
sleep(1)
rednet.send(1295, "yoko52")
sleep(1)
shell.run("standby")
But, the computer receiving this gets
1285yoko525
I'm confused as to why that is, and would like a way to fix it if at all possible. Thank you.
elseif input == "A" then
sleep(1)
rednet.send(1295, "yoko52")
sleep(1)
shell.run("standby")
But, the computer receiving this gets
1285yoko525
I'm confused as to why that is, and would like a way to fix it if at all possible. Thank you.