Posted 30 March 2013 - 10:44 AM
Hi i have a problem. Iam creating Reactor Control Panel , but my status don't showing right status of the reactors.
Here is the Code :
Its not finished yet.
Screens of the rooms and cables:
Main Computer:
Cables
Reactor 1 Status :
Reactor 2 Status:
Upper cables
and last EU production status :
At all screens are bundled cables and colored cables.
Here is the Code :
term.clear()
print("A.R.S. Corporation ")
print(" Presents ")
print(" Reactor Control Panel")
print("Programed by malymuwme")
print(" ")
print(" ")
print(" ")
print("Reactor Status:")
if rs.getBundledOutput("back",colors.red,false) then
print("Reactor 1 is Offline or not connected")
print("")
else
write("Reactor 1 is Online")
print("")
end
if rs.getBundledInput("back",colors.purple,false) then
print("Reactor 2 is Offline or not connected")
print("")
else
print("Reactor 2 is Online")
print("")
end
print("EU producing:")
print("")
if rs.getBundledInput("back",colors.orange,false) then
print("Reactor 1 is inactive")
print("")
else
print("Reactor 1 is active")
print("")
end
if rs.getBundledInput("back",colors.yellow,false) then
print("Reactor 2 is inactive ")
print("")
else
print("Reactor 2 is active")
print("")
end
Its not finished yet.
Screens of the rooms and cables:
Main Computer:
Cables
Reactor 1 Status :
Reactor 2 Status:
Upper cables
and last EU production status :
At all screens are bundled cables and colored cables.