MOOSE demonstration missions [skip ci]

This commit is contained in:
Applevangelist
2021-06-19 07:19:51 +00:00
parent dd8047d0cc
commit 56563157fa
524 changed files with 1286 additions and 30 deletions
@@ -0,0 +1,20 @@
---
-- Name: SPA-140 - Spawn Client Slots
-- Author: FlightControl
-- Date Created: 30 Aug 2017
-- Checked in 15 dez 2020 by ZERO (doesn't work)
--
-- # Situation:
--
-- A plane will be spawned Uncontrolled and later one will be spawned Controlled.
-- Only the Controlled plane will move, the other will remain idle at the parking spot.
--
-- # Test cases:
--
-- Create the SPAWN object looking for the group (template) "Plane".
SpawnPlane = SPAWN:New( "Plane" )
-- Spawn the UnControlled Group
UnControlledPlane = SpawnPlane:SpawnClientAtAirbase( AIRBASE:FindByName( AIRBASE.Caucasus.Kutaisi ) )