Hi!
I'm having a problem I can't seem to wrap my head around.... I'm trying to use the Big Reactors Computer port, but every time I try to do something with it i.e. component.br_reactor.getEnergyStored, which reads total energy stored in the reactor, I get an error message saying:
Attempt to index 'component' (a nil value) (On line 1)
Here's the code:
power = component.br_reactor.getEnergyStored()
if power>5000000 then component.br_reactor.setActive(false) else component.br_reactor.setActive(true) end
sleep(1)
I attempt to do something(I have no idea what I'm doing), and add one line