if rednet.open("right") then
print("Rednet Open.")
else
print("No Modem.")
end
I thought this would work so that if the turtle was able to open a modem on its right side then it would be true so it would print rednet open. However, it prints no modem but still opens the modem. I've got no idea as to why this is happening. Help is appreciated!
Thanks!











