Files
MOOSE_MISSIONS/CSR-001 - Basics/CSR-001 - Basics.lua
T
Applevangelist a187cf875c Add files via upload
AICSAR base demo
2022-01-01 14:51:37 +01:00

18 lines
881 B
Lua

-------------------------------------------------------------------------
-- CSR-001 - Basics - Basic Demo
-------------------------------------------------------------------------
-- Documentation
--
-- AICSAR: https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Functional.AICSAR.html
--
-------------------------------------------------------------------------
-- Grab a flight and eject from the plane once the mission was loaded.
-- Follow your parachuting pilot. Once landing, a helicopter will launch
-- to pick you up and fly you to the MASH.
-------------------------------------------------------------------------
-- Date: Jan 2022
-------------------------------------------------------------------------
local my_aicsar=AICSAR:New("Luftrettung",coalition.side.BLUE,"Downed Pilot","Rescue Helo",AIRBASE:FindByName("Test FARP"),ZONE:New("MASH"))