<para>This command reads the appropriate section from the SST.DOC file,
providing the file is in the current directory.</para>
+</sect1>
+<sect1><title>Curses switch</title>
+
+<literallayout>
+Mnemonic: CURSES
+Full command: CURSES
+</literallayout>
+
+<para>Switch from tty to curses interface. Mainly useful for
+debugging, when continuing a replayed game.</para>
+
</sect1>
</chapter>
<chapter><title>Miscellaneous Notes</title>
ST STATUS (none)
T TRANSPORT transporter
W WARP <FACTOR> (none)
-
+ CU CURSES (none)
+
L. R. Scan: thousands digit: supernova
hundreds digit: Klingons
tens digit: starbases
("QUIT", 0),
("HELP", 0),
("SCORE", 0),
+ ("CURSES", 0),
("", 0),
]
helpme() # get help
elif cmd == "SCORE":
score() # see current score
+ elif cmd == "CURSES":
+ game.options |= (OPTION_CURSES | OPTION_COLOR)
+ iostart()
while True:
if game.alldone:
break # Game has ended
COMMANDS EMEXIT PROBE SAVE FREEZE
ABANDON DESTRUCT DEATHRAY CAPTURE CLOAK
DEBUG MAYDAY SOS CALL QUIT
-HELP SCORE
+HELP SCORE CURSES
COMMAND>
COMMAND> warp 7
Engineer Scott- "Aye, but our maximum safe speed is warp 6."
COMMANDS EMEXIT PROBE SAVE FREEZE
ABANDON DESTRUCT DEATHRAY CAPTURE CLOAK
DEBUG MAYDAY SOS CALL QUIT
-HELP SCORE
+HELP SCORE CURSES
COMMAND>
COMMAND> move aut 5 8 5 5
Ensign Chekov- "Course laid in, Captain."
First Officer Spock- "Captain, I compute that such
- a trip would require approximately 151 percent of our
+ a trip would require approximately 135 percent of our
remaining time. Are you sure this is wise?" n
COMMAND> move aut 9 9
COMMANDS EMEXIT PROBE SAVE FREEZE
ABANDON DESTRUCT DEATHRAY CAPTURE CLOAK
DEBUG MAYDAY SOS CALL QUIT
-HELP SCORE
+HELP SCORE CURSES
COMMAND> n
LEGAL COMMANDS ARE:
SRSCAN STATUS REQUEST LRSCAN
COMMANDS EMEXIT PROBE SAVE FREEZE
ABANDON DESTRUCT DEATHRAY CAPTURE CLOAK
DEBUG MAYDAY SOS CALL QUIT
-HELP SCORE
+HELP SCORE CURSES
COMMAND> move aut 5 8 5 5
Ensign Chekov- "Course laid in, Captain."
First Officer Spock- "Captain, I compute that such
- a trip would require approximately 168 percent of our
+ a trip would require approximately 145 percent of our
remaining time. Are you sure this is wise?" y
Entering Quadrant 5 - 8.
COMMANDS EMEXIT PROBE SAVE FREEZE
ABANDON DESTRUCT DEATHRAY CAPTURE CLOAK
DEBUG MAYDAY SOS CALL QUIT
-HELP SCORE
+HELP SCORE CURSES
COMMAND>
COMMAND> move aut 6 7 2 2
Message from Starfleet Command Stardate 4077.67
Supernova in Quadrant 5 - 7; caution advised.
-COMMAND> y
-LEGAL COMMANDS ARE:
-SRSCAN STATUS REQUEST LRSCAN
-PHASERS TORPEDO PHOTONS MOVE SHIELDS
-DOCK DAMAGES CHART IMPULSE REST
-WARP SENSORS ORBIT TRANSPORT MINE
-CRYSTALS SHUTTLE PLANETS REPORT COMPUTER
-COMMANDS EMEXIT PROBE SAVE FREEZE
-ABANDON DESTRUCT DEATHRAY CAPTURE CLOAK
-DEBUG MAYDAY SOS CALL QUIT
-HELP SCORE
-COMMAND> n
-LEGAL COMMANDS ARE:
-SRSCAN STATUS REQUEST LRSCAN
-PHASERS TORPEDO PHOTONS MOVE SHIELDS
-DOCK DAMAGES CHART IMPULSE REST
-WARP SENSORS ORBIT TRANSPORT MINE
-CRYSTALS SHUTTLE PLANETS REPORT COMPUTER
-COMMANDS EMEXIT PROBE SAVE FREEZE
-ABANDON DESTRUCT DEATHRAY CAPTURE CLOAK
-DEBUG MAYDAY SOS CALL QUIT
-HELP SCORE
COMMAND> quit
May the Great Bird of the Galaxy roost upon your home planet.
n
move aut 6 7 2 2
-y
-n
quit