Помогите со скриптом, я написал код для выключение реактора из ic2 на 8900 градусов но что то не так и у меня что то не так и пишет что это на 3-ей строке(2>1 я сделал чтобы постоянно работало)
Вот скрипт:
while 2 > 1 do
component.redstone.setOutput(2,15);
if component.reactor.getHeat > 8900 then
component.redstone.setOutput(2,0);
print("THE REACTOR HAS REACHED A CRITICAL TEMPERATURE OF 8900 DEGREES, SHUTTING DOWN THE REACTOR")
computer.beep()
component.redstone.setOutput(1,15);
else
print("status: ok");
print(component.reactor.getHeat)
component.redstone.setOutput(3,15);
if component.ic2_te_mfsu.getEnergy == 40000000 then
computer.beep();
print("mfsu ready");
end
end
end
Помогите со скриптом, я написал код для выключение реактора из ic2 на 8900 градусов но что то не так и у меня что то не так и пишет что это на 3-ей строке(2>1 я сделал чтобы постоянно работало)
Вот скрипт:
Изменено пользователем DaniXwhile 2 > 1 do
component.redstone.setOutput(2,15);
if component.reactor.getHeat > 8900 then
component.redstone.setOutput(2,0);
print("THE REACTOR HAS REACHED A CRITICAL TEMPERATURE OF 8900 DEGREES, SHUTTING DOWN THE REACTOR")
computer.beep()
component.redstone.setOutput(1,15);
else
print("status: ok");
print(component.reactor.getHeat)
component.redstone.setOutput(3,15);
if component.ic2_te_mfsu.getEnergy == 40000000 then
computer.beep();
print("mfsu ready");
end
end
end
Поделиться сообщением
Ссылка на сообщение
Поделиться на других сайтах