setting random new spawn vehicle damage in sql?

After manually setting the damage for all my vehicles, there has to be an easier way.

In an sqf script all it takes to set random damage and fuel is

Code:
_veh setFuel (random .5); _veh setDamage (random .8);

Is there some way to incorporate this into the sql database?
 
Back
Top