I also have a monitor connected (via network cable) to the computer in order to get some real-time info of the reactor status.
However, the getEnergyProducedLastTick argument seems to not work correctly, as it doesn't output any number.
This is what i mean:

Here's the part of the code responsible for that part:
monitor.write("Energy produced: ")
monitor.write(reactor.getEnergyProducedLastTick)
monitor.write(" RF/t")
And here's the code responsible for the whole screen:
Spoiler
Can someone help me?
Edited by zacchi4k, 09 September 2016 - 05:51 PM.












