80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
'^g'
Display values of global variables.
'^o' <location>
List objects at the specified coordinates, to examine their values.
'^s'
Toggle solution replay.
'mi' <command>
Import a move list. The argument is a operating system command, that
when executed will write the move list to stdout, with one byte per
move (the Hero Mesh key codes).
|
>
>
>
|
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
'^g'
Display values of global variables.
'^o' <location>
List objects at the specified coordinates, to examine their values.
'^p'
Start or stop slow replay. Any move input also interrupts slow replay.
'^s'
Toggle solution replay.
'mi' <command>
Import a move list. The argument is a operating system command, that
when executed will write the move list to stdout, with one byte per
move (the Hero Mesh key codes).
|