Posted 11 February 2014 - 10:56 AM
I have some problems with the rednet.
If I restart my sp world the turtles start the startup but don't open the wireless modem on the right side.
I have already use this:
but it don't work correctly :(/> If I restart manually it works.
What is wrong?
If I restart my sp world the turtles start the startup but don't open the wireless modem on the right side.
I have already use this:
i = rednet.isOpen("right")
while i == false do
sleep(1)
i = rednet.open("right")
end
but it don't work correctly :(/> If I restart manually it works.
What is wrong?