mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-21 21:16:47 +00:00
23 lines
394 B
Lua
23 lines
394 B
Lua
-- Name: SPA-011 - Ground Ops - Simple Spawning
|
|
-- Author: FlightControl
|
|
-- Date Created: 10 Jan 2017
|
|
--
|
|
-- # Situation:
|
|
--
|
|
-- At Gudauta spawn a ground vehicle.
|
|
--
|
|
-- # Test cases:
|
|
--
|
|
-- 1. Observe that the ground vehicle is spawned.
|
|
|
|
|
|
|
|
-- Tests Gudauta
|
|
-- -------------
|
|
-- Spawn a gound vehicle...
|
|
Spawn_Vehicle_1 = SPAWN:New( "Spawn Vehicle 1" )
|
|
Spawn_Group_1 = Spawn_Vehicle_1:Spawn()
|
|
|
|
|
|
|