This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
destoryer1995's profile picture

Misc Peripherals Bee Analyzer

Started by destoryer1995, 23 May 2013 - 01:25 PM
destoryer1995 #1
Posted 23 May 2013 - 03:25 PM
I can't get a.isBee() to work in this program and this one only and I can't get it to work
test:16: attempt to index ? (a nil value)

http://pastebin.com/cZ1MktV8
Lyqyd #2
Posted 24 May 2013 - 01:30 PM
Split into new topic.

Your turtle is turning, which is most likely causing the peripheral to continually connect and disconnect. Try using `peripheral.call("front", "isBee")` instead.