There is no var pointing at CurrentEnergy of the reaper...? Only a unit group that keeps track of under lava/above lava. The energy level is stored in the unit itself.
Unit Group - Pick each unit in UnitsInLava and do (Actions)
Actions
Unit - Set (Picked unit) Energy to (((Picked unit) Energy (Current)) - 1.0)
Also, you can do the water thingies by using height if you have water EVERYWHERE. And wow, technology must be rly advanced if we can survive under lava :D
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
There is no var pointing at CurrentEnergy of the reaper...? Only a unit group that keeps track of under lava/above lava. The energy level is stored in the unit itself.
Unit Group - Pick each unit in UnitsInLava and do (Actions)
Actions
Unit - Set (Picked unit) Energy to (((Picked unit) Energy (Current)) - 1.0)
Should do the trick every second or so.
Also, you can do the water thingies by using height if you have water EVERYWHERE. And wow, technology must be rly advanced if we can survive under lava :D