Very good program, but is there any way to include a safety stop? If you power on the reactor by including a redstone i/o and when the core temp reaches 70% the oc automaticly turns off the redstone i/o?
example
if reactor.getHeat() >= 7000 then
redstone.setOutput(1, 0)
else
redstone.setOutput(1, 1)
end
my programming skills are 0 so this script probably won’t work but i hope you get my question