Er, it can be done, but it wouldn't drain energy.
Hi, is it possible to make a E2 Chip that is between a Stargate and the ResourceNode from LS3? So that the E2 Chip need energy and if it has enough then the Player can Dial the Gate and if not then should the Gate go off.
Er, it can be done, but it wouldn't drain energy.
.siht daer ot gniyrt emit detsaw ev'uoY
So i have no chance to decrease the energy in the Battery via E2?
I'm a newbie in E2 but i have written this code:
the Gate is closing if the energy is under 7000 units but after that i can dial the gate again without having enough energy. So i think i need a loop for:@name test
@inputs A
@outputs L
@persist
@trigger
if ( A >= 7000) {L = 0}
if ( A <= 6999) {L = 1}But how do i write a loop?if ( A <= 6999) {L = 1}
Last edited by Q2460; 11-18-2009 at 02:40 AM.
You can make e2 vent energy to "drain" energy, so yes it would work.
Bookmarks