immibis, on 17 August 2013 - 08:24 PM, said:
jeroentjuh99, on 17 August 2013 - 09:00 AM, said:
I changed function receive() to this:
function receive()
if not rednet.isOpen("right") then
rednet.open("right")
end
senderID, msg, distanceFromSender = rednet.receive()
term.clear()
term.setCursorPos(1,1)
term.write(msg)
end
because I noticed every time I loaded my savegame, the turtles modem was off-line. It still is. How do I change that?
It's weird that I have to terminate the startup program and reboot the turtle every time I load the savegame :/
Computers reboot when you reload the savegame - there's nothing you can do about that.
I'll bet your modem also goes off-line if you reboot the turtle. You should fix that by opening the modem in your program.
It is getting opened at the start of the program. The first thing it does when the turtle (re)boot is checking if the modem is open, and if not, it opens it.
The weird thing in that is couldn't be opened.
But somehow it managed to fix itself. It starts online now.
Edit: It did not fix itself. I still get troubles getting the modem on. Any ideas?
Edited by jeroentjuh99, 18 August 2013 - 06:53 AM.