- Messages
- 1,468
- Country

I'm trying to increment an L:var but it's not working
the flag is set to 1
if so set the fuel uplift rate and put it into a var
now I'm trying to increment the L:FUEL TANK CENTER2 QUANTITY, number var but it refuses to move.
What's wrong?
Vololiberista
Code:
<Value>[COLOR="Red"](L:FLD_Control,bool) 1 ==[/COLOR] if{ [COLOR="Red"][COLOR="Blue"](L:FLD_Rate,number) (L:FLD_Conv,number) * near 60 / 18 / (>L:C2_uplift rate,number)[/COLOR][/COLOR]
if{ [COLOR="Magenta"](L:C2_uplift rate,number) 1 ++ (>L:FUEL TANK CENTER2 QUANTITY, number) [/COLOR]} } </Value>
the flag is set to 1
if so set the fuel uplift rate and put it into a var
now I'm trying to increment the L:FUEL TANK CENTER2 QUANTITY, number var but it refuses to move.
What's wrong?
Vololiberista





