264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
|
(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.
(CodePage <number>)
Define the code page, from 1 to 65535. If not specified, then the
default code page is used.
(Control <definitions...>)
Define the control class. The format is the same like other class
definitions, except that Image and Abstract are not allowed. An
object of this class is automatically created when initializing the
level, at X and Y coordinates both zero, and cannot otherwise be
|
|
|
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
|
(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.
(CodePage <number>)
Define the code page, from 1 to 8388607. If not specified, then the
default code page is used.
(Control <definitions...>)
Define the control class. The format is the same like other class
definitions, except that Image and Abstract are not allowed. An
object of this class is automatically created when initializing the
level, at X and Y coordinates both zero, and cannot otherwise be
|