Posted 17 August 2012 - 10:46 PM
I try to make a status screen for my factory.
The screen show the the status of the machines (True or False)
here is my code
Whats wrong ?
Sorry for my bad English…
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…