if redstone.getBundledInput ("bottom", colors.red) == true then
print("YES!")
else
print("NO!")
end
This always returns no and I cannot figure out why, the red wire is on and I have a jacketed bundled cable running up to the bottom of my turtle...any ideas?
No error is returned, only "NO!"











