mirror of
https://github.com/FlightControl-Master/MOOSE_MISSIONS.git
synced 2026-08-22 05:52:02 +00:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
------------------------------------------------
|
||||||
|
-- ATIS for Kandahar
|
||||||
|
-- Dec 2024
|
||||||
|
-- Using new soundfiles from FunkyFranky
|
||||||
|
------------------------------------------------
|
||||||
|
|
||||||
|
BASE:TraceOn()
|
||||||
|
BASE:TraceClass("ATIS")
|
||||||
|
|
||||||
|
local atisKandahar=ATIS:New(AIRBASE.Afghanistan.Kandahar, 143.4, radio.modulation.AM)
|
||||||
|
atisKandahar:SetRadioRelayUnitName("Radio Relay Kandahar" )
|
||||||
|
atisKandahar:SetImperialUnits()
|
||||||
|
atisKandahar:SetTACAN(75)
|
||||||
|
atisKandahar:SetTowerFrequencies({360.200,119.50})
|
||||||
|
atisKandahar:ReportQNHOnly()
|
||||||
|
atisKandahar:ReportZuluTimeOnly()
|
||||||
|
atisKandahar:MarkRunways(true)
|
||||||
|
atisKandahar:Start()
|
||||||
Binary file not shown.
Reference in New Issue
Block a user