80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
'^d' <location>
Display the pop-up help text of the object at the location.
'^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'
|
>
>
>
>
|
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
'^d' <location>
Display the pop-up help text of the object at the location.
'^g'
Display values of global variables.
'^n' <location>
List objects at the specified coordinates in the bizarro world, to
examine their values.
'^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'
|