Video https://www.youtube....h?v=HxUQlLKc1NE
openDoor(recieving computer that puts off redstone): http://pastebin.com/PR1RKuUK
proxDetect:(sending computer that detects) http://pastebin.com/3pbVFyu6
I have changed the "opendoor" program to send a positive redstone signal instead of a negative on detection and works good but heres where my knowledge ends.
I have tried changing the code in the detector from
if value == playerName and item == nil then
to
if not value == playerName and item == nil thenand no signal is ever made.
I obviously don't know what im doing haha.. could someone please help me.












