This commit is contained in:
FlightControl
2018-10-20 05:38:54 +02:00
commit 4a28f1f742
1328 changed files with 21039 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Barrels = STATIC:FindByName( "Barrels" )
CargoBarrels = CARGO_CRATE:New( Barrels, "EAQ-234-432" )
CargoCarrier = UNIT:FindByName( "Carrier" )
-- This call will make the Cargo run to the CargoCarrier.
-- Upon arrival at the CargoCarrier, the Cargo will be Loaded into the Carrier.
-- This process is now fully automated.
CargoBarrels:Load( CargoCarrier )