mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-27 05:22:01 +00:00
12 lines
446 B
Lua
12 lines
446 B
Lua
-- Name: SPA-131 - Air Ops - SpawnAtAirbase
|
|
-- Author: FlightControl
|
|
-- Date Created: 14 Sep 2017
|
|
--
|
|
Spawn_Plane = SPAWN:New( "Plane" )
|
|
Spawn_Plane:SpawnAtAirbase( AIRBASE:FindByName( AIRBASE.Nevada.Groom_Lake_AFB ), SPAWN.Takeoff.Cold )
|
|
Spawn_Plane:SpawnAtAirbase( AIRBASE:FindByName( AIRBASE.Nevada.Groom_Lake_AFB ), SPAWN.Takeoff.Hot )
|
|
Spawn_Plane:SpawnAtAirbase( AIRBASE:FindByName( AIRBASE.Nevada.Groom_Lake_AFB ), SPAWN.Takeoff.Runway )
|
|
|
|
|
|
|