All 32 turtles use the same program, which when a specific packet is received will restart. If I restart the turtles one-by-one, it all works fine, but when I restart them all at the same time, about 10 - 15 (never the same ones) turtles crash with the same error
peripheral:45: No such method isPresentRemote
I checked the peripheral API at line 45 and it says:
if native.call(sSide, "isPresentRemote", _sSide) then
Code: http://pastebin.com/jbxfxecj
Note: I had to do turtle.equipLeft twice because I found a bug where it doesn't find the modem on my turtles.
Edited by Ajt86, 13 June 2014 - 10:28 AM.











