823 print(" ResetCosts(): " + accounting.ResetCosts()); |
823 print(" ResetCosts(): " + accounting.ResetCosts()); |
824 |
824 |
825 bank = company.GetBankBalance(AICompany.MY_COMPANY); |
825 bank = company.GetBankBalance(AICompany.MY_COMPANY); |
826 |
826 |
827 print(" SellVehicle(12): " + vehicle.SellVehicle(12)); |
827 print(" SellVehicle(12): " + vehicle.SellVehicle(12)); |
|
828 print(" IsInDepot(): " + vehicle.IsInDepot(11)); |
|
829 print(" IsStoppedInDepot(): " + vehicle.IsStoppedInDepot(11)); |
828 print(" StartStopVehicle(): " + vehicle.StartStopVehicle(11)); |
830 print(" StartStopVehicle(): " + vehicle.StartStopVehicle(11)); |
|
831 print(" IsInDepot(): " + vehicle.IsInDepot(11)); |
|
832 print(" IsStoppedInDepot(): " + vehicle.IsStoppedInDepot(11)); |
829 print(" SendVehicleToDepot(): " + vehicle.SendVehicleToDepot(11)); |
833 print(" SendVehicleToDepot(): " + vehicle.SendVehicleToDepot(11)); |
|
834 print(" IsInDepot(): " + vehicle.IsInDepot(11)); |
|
835 print(" IsStoppedInDepot(): " + vehicle.IsStoppedInDepot(11)); |
830 |
836 |
831 bank_after = company.GetBankBalance(AICompany.MY_COMPANY); |
837 bank_after = company.GetBankBalance(AICompany.MY_COMPANY); |
832 |
838 |
833 print(" --Accounting--"); |
839 print(" --Accounting--"); |
834 print(" GetCosts(): " + accounting.GetCosts()); |
840 print(" GetCosts(): " + accounting.GetCosts()); |
847 print(" GetMaxAge(): " + vehicle.GetMaxAge(11)); |
853 print(" GetMaxAge(): " + vehicle.GetMaxAge(11)); |
848 print(" GetAgeLeft(): " + vehicle.GetAgeLeft(11)); |
854 print(" GetAgeLeft(): " + vehicle.GetAgeLeft(11)); |
849 print(" GetProfitThisYear(): " + vehicle.GetProfitThisYear(11)); |
855 print(" GetProfitThisYear(): " + vehicle.GetProfitThisYear(11)); |
850 print(" GetProfitLastYear(): " + vehicle.GetProfitLastYear(11)); |
856 print(" GetProfitLastYear(): " + vehicle.GetProfitLastYear(11)); |
851 print(" GetVehicleType(): " + vehicle.GetVehicleType(11)); |
857 print(" GetVehicleType(): " + vehicle.GetVehicleType(11)); |
|
858 print(" IsInDepot(): " + vehicle.IsInDepot(11)); |
|
859 print(" IsStoppedInDepot(): " + vehicle.IsStoppedInDepot(11)); |
852 |
860 |
853 print(" BuildVehicle(): " + vehicle.BuildVehicle(32119, 219)); |
861 print(" BuildVehicle(): " + vehicle.BuildVehicle(32119, 219)); |
854 print(" IsValidVehicle(13): " + vehicle.IsValidVehicle(13)); |
862 print(" IsValidVehicle(13): " + vehicle.IsValidVehicle(13)); |
|
863 print(" IsInDepot(13): " + vehicle.IsInDepot(13)); |
|
864 print(" IsStoppedInDepot(13): " + vehicle.IsStoppedInDepot(13)); |
855 print(" IsValidVehicle(14): " + vehicle.IsValidVehicle(14)); |
865 print(" IsValidVehicle(14): " + vehicle.IsValidVehicle(14)); |
|
866 print(" IsInDepot(14): " + vehicle.IsInDepot(14)); |
|
867 print(" IsStoppedInDepot(14): " + vehicle.IsStoppedInDepot(14)); |
856 |
868 |
857 print(" BuildVehicle(): " + vehicle.BuildVehicle(28479, 204)); |
869 print(" BuildVehicle(): " + vehicle.BuildVehicle(28479, 204)); |
858 print(" IsValidVehicle(15): " + vehicle.IsValidVehicle(15)); |
870 print(" IsValidVehicle(15): " + vehicle.IsValidVehicle(15)); |
|
871 print(" IsInDepot(15): " + vehicle.IsInDepot(15)); |
|
872 print(" IsStoppedInDepot(15): " + vehicle.IsStoppedInDepot(15)); |
859 |
873 |
860 local list = AIVehicleList(); |
874 local list = AIVehicleList(); |
861 |
875 |
862 print(""); |
876 print(""); |
863 print("--VehicleList--"); |
877 print("--VehicleList--"); |