public Refuel(){ for(new c=0;c<MAX_VEHICLES;c++) { Fuel[c] = GasMax; } return GameTextForAll("All cars ~g~refueled", 5000, 4);}