From 49e1e62ca6842dd2b4165b6ef869b9384f8a5f68 Mon Sep 17 00:00:00 2001 From: Jonathan Redpath Date: Fri, 11 Mar 2022 12:55:40 +0000 Subject: [PATCH] Display the auto-coordination message on startup --- Nasal/Libraries/libraries.nas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Nasal/Libraries/libraries.nas b/Nasal/Libraries/libraries.nas index b7167432..6d4fcd6f 100644 --- a/Nasal/Libraries/libraries.nas +++ b/Nasal/Libraries/libraries.nas @@ -338,7 +338,8 @@ setlistener("/controls/flight/auto-coordination", func() { pts.Controls.Flight.autoCoordination.setBoolValue(0); print("System: Auto Coordination has been turned off as it is not compatible with the fly-by-wire of this aircraft."); screen.log.write("Auto Coordination has been disabled as it is not compatible with the fly-by-wire of this aircraft", 1, 0, 0); -}, 0, 0); + screen.log.write("Tiller will now be controlled by aileron, rather than rudder", 1, 0, 0); +}, 1, 0); # Legacy FCU var APPanel = {