Rename Missions, first batch.

This commit is contained in:
Sven Van de Velde
2016-12-08 09:07:58 +01:00
parent d17a637515
commit 3b31fca7c0
55 changed files with 0 additions and 0 deletions
@@ -0,0 +1,11 @@
local CargoEngineer = UNIT:FindByName( "Engineer" )
local InfantryCargo = CARGO_UNIT:New( CargoEngineer, "Engineer", "Engineer Sven", "81", 2000, 25 )
local CargoCarrier = UNIT:FindByName( "Carrier" )
-- This will Load immediately the Cargo into the Carrier, regardless where the Cargo is.
InfantryCargo:Load( CargoCarrier )
-- This will Unboard the Cargo from the Carrier.
InfantryCargo:UnBoard()