1
0
Fork 0
A320-family/Nasal/MCDU/STATUS.nas

10 lines
196 B
Text
Raw Normal View History

2019-10-14 16:48:35 +00:00
# A3XX mCDU by Joshua Davidson (Octal450) and Jonathan Redpath
# Copyright (c) 2019 Joshua Davidson (Octal450)
var statusInput = func(key, i) {
if (key == "L3") {
fmgc.switchDatabase();
}
}