public VI(VI_Aurora ship) { Console.BackgroundColor = ConsoleColor.Black; Console.ForegroundColor = ConsoleColor.DarkCyan; this.ship = ship; manualResetEvent = new ManualResetEvent(false); vpi = new SpeechSynthesizer(); debug_mode = true; override_pwr_status = false; additional_sounds = false; welcome(); listen(); }