Question:
I just started messing with computercraft and i have a lot of ideas with it.
But for starters i have this base
this is the main gate made with mffs (modular force field system)
over here is my main computer and the turtle sending the wireless signal
and the one receiving it
the codes for my turtles are simple and working one way or another
so i dont need help with those ^^
i want to be able to turn the mffs on/off from my house, from the inside of the gate
and through a player detector from the outside.
the player detector thing is still something i have to start coding it.
so let me try getting that to work myself.
i got 2 advanced monitors with the button api from direwolf20
and my own piece of (not working well) code.
my problem is that i cant get both advanced monitors to work at the same time
one screen displays the buttons as coded from the button api
but the other stays black
and i cant figure out why and i think i'm or missing a long piece of code
or i made some stupid mistake
currently i have dires button code edited like this:
pastebin get hq54Q6Xu button
and my own code:
pastebin get QFUBbxB3 mffsbuttons
one way or another thanks in advance for you time and help ^^