The screen show the the status of the machines (True or False)
here is my code
Whats wrong ?
while true do
if rs.testBundledInput("back",colors.orange) == false
then print("Massfabrikator: False")
elseif rs.testBundledInput("back",colors.orange) == true
then print("Massfabrikator: True")
sleep(5)
end
Sorry for my bad English...











