105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
'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 ===
'^N'
Add a new level (after the last one). The new level has the same
dimensions as the current level, but contains no objects or strings,
and the title is set to "New Level".
|
>
>
>
>
|
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
'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.
'rs' <number>
Adjust replay speed by the specified number (negative to make faster, or
positive to make slower; zero leaves it unchanged).
=== Editor commands ===
'^N'
Add a new level (after the last one). The new level has the same
dimensions as the current level, but contains no objects or strings,
and the title is set to "New Level".
|