I want to simulate a leaking fuel tank .
I know the script would have to use
_vehicle SetFuel ammount then I would like it to decrease by .05 every second.
So, how would I do this, with no
getFuel command? (I'm using ver. 1.46) Something like this?
;Theoretical Fuel Leak Script
#Leak
_Tank1 setFuel (_Tank1 getFuel -.05)
~1
goto "Leak"
non-scripted scripter
Thanx