REM COMPUTER.AGT REM HINT - GET IN BED TO SEE CONSOLE command EXAMINE console atlocation [sickbay] printmessage "It is not easy to see the console from this position." donewithturn end_command REM ALL CONSOLES command examine console nouninroom nounison printmessage "The screen is covered with glowing letters." donewithturn end_command command examine console nouninroom printmessage "The screen is dark." donewithturn end_command REM TURNING CONSOLE ON COMMAND TURN CONSOLE nouninroom nounisnumber [cconsole] nounisoff FLAGOn [KLAXON] TURNFLAGOff [KLAXON] plusscore 5 PRINTMESSAGE "Finally the alarms are quieted." end_command REM DESTROY STAR CHART IF TURNING READING CONSOLE OFF COMMAND TURN CONSOLE nouninroom nounisnumber [rconsole] nounison destroy [chart] end_command