79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
'^o' <location>
List objects at the specified coordinates, to examine their values.
'^s'
Toggle solution replay.
=== Editor commands ===
'^c'
Display the class selection menu.
'mR' <number>
|
>
>
>
>
>
>
>
>
>
>
>
>
|
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
'^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).
'ml' <blob>
Load a move list from a SQL blob.
'mx' <command>
Export a move list. The argument is a operating system command that
will receive the move list (in the same format as above) on stdin.
=== Editor commands ===
'^c'
Display the class selection menu.
'mR' <number>
|