diff --git a/Nasal/MCDU1/MCDU.nas b/Nasal/MCDU1/MCDU.nas index dce25d4b..f6c0b03c 100644 --- a/Nasal/MCDU1/MCDU.nas +++ b/Nasal/MCDU1/MCDU.nas @@ -76,6 +76,7 @@ var MCDU_reset = func { var lskbutton = func(btn) { if (btn == "1") { if (getprop("/MCDU[0]/page") == "MCDU" and getprop("/MCDU[0]/active") != 2) { + setprop("/MCDU[0]/scratchpad-msg", "1"); setprop("/MCDU[0]/scratchpad", "WAIT FOR SYSTEM RESPONSE"); setprop("/MCDU[0]/active", 1); settimer(func(){ diff --git a/Nasal/MCDU2/MCDU.nas b/Nasal/MCDU2/MCDU.nas index 5227ae1c..bfc3d5c4 100644 --- a/Nasal/MCDU2/MCDU.nas +++ b/Nasal/MCDU2/MCDU.nas @@ -76,6 +76,7 @@ var MCDU_reset = func { var lskbutton = func(btn) { if (btn == "1") { if (getprop("/MCDU[1]/page") == "MCDU" and getprop("/MCDU[1]/active") != 2) { + setprop("/MCDU[1]/scratchpad-msg", "1"); setprop("/MCDU[1]/scratchpad", "WAIT FOR SYSTEM RESPONSE"); setprop("/MCDU[1]/active", 1); settimer(func(){