190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
|
=== Global definitions ===
These are the global definitions in the class definition file.
(Animate <limit>)
Set the limit for logical animations, from 1 to 255. The default is 32.
(Background <number>)
Set the background colour, from 0 to 255. The default value is 1.
(Synchronize <slot> <length> <speed>)
Define an animation slot for synchronized animation. The slot number can
be 0 to 7, the length is the number of images in the sequence, and the
speed is the number of centiseconds between frames.
(Volume <number>)
|
|
|
>
>
|
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
|
=== Global definitions ===
These are the global definitions in the class definition file.
(Animate <limit>)
Set the limit for logical animations, from 1 to 255. The default is 32.
(Background <number> [<number>])
Set the background colour, from 0 to 255. The default value is 1. You
can optionally specify a second number, which is the background colour
for the inventory; if not specified, uses the same colour for both.
(Synchronize <slot> <length> <speed>)
Define an animation slot for synchronized animation. The slot number can
be 0 to 7, the length is the number of images in the sequence, and the
speed is the number of centiseconds between frames.
(Volume <number>)
|