mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-19 13:03:04 +00:00
Update CTLD-100 - Basic.lua
This commit is contained in:
@@ -5,8 +5,6 @@
|
|||||||
--
|
--
|
||||||
-- CTLD: https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Ops.CTLD.html
|
-- CTLD: https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Ops.CTLD.html
|
||||||
--
|
--
|
||||||
-- Note: As of today, Ops.CTLD.lua is WIP. You need a develop branch Moose.lua => 23 Jun 2021 for this to work.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
-- Join a Helicopter. Use the F10 menu to request crates and/or troops.
|
-- Join a Helicopter. Use the F10 menu to request crates and/or troops.
|
||||||
-- Fly over to the drop zone at the far end of the airport and unload.
|
-- Fly over to the drop zone at the far end of the airport and unload.
|
||||||
@@ -35,4 +33,4 @@ my_ctld:AddCTLDZone("Movezone",CTLD.CargoZoneType.MOVE,SMOKECOLOR.Orange,false,f
|
|||||||
my_ctld:AddCTLDZone("Movezone2",CTLD.CargoZoneType.MOVE,SMOKECOLOR.White,false,true)
|
my_ctld:AddCTLDZone("Movezone2",CTLD.CargoZoneType.MOVE,SMOKECOLOR.White,false,true)
|
||||||
|
|
||||||
-- update unit capabilities for testing
|
-- update unit capabilities for testing
|
||||||
my_ctld:UnitCapabilities("SA342L", true, true, 8, 8)
|
my_ctld:UnitCapabilities("SA342L", true, true, 8, 8)
|
||||||
|
|||||||
Reference in New Issue
Block a user