Skip to content

Instantly share code, notes, and snippets.

@Ravenslofty
Created March 11, 2017 15:55
Show Gist options
  • Select an option

  • Save Ravenslofty/54f23a873adba7e6d93c7d0376bdd84b to your computer and use it in GitHub Desktop.

Select an option

Save Ravenslofty/54f23a873adba7e6d93c7d0376bdd84b to your computer and use it in GitHub Desktop.
function ElectronRVBuilder::SelectVehicle()
{
local rvlist = AIEngineList(VT_ROAD);
rvlist.Valuate(AIEngine.GetCargoType);
rvlist.Valuate(AICargo.HasCargoClass, CC_PASSENGERS);
rvlist.KeepValue(true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment