DragonSpeak Lines
Many DragonSpeak lines work with arrays, which are listed here:
Conditions:
(1:250) and in array #, starting at entry # and checking # entries, at least # of them are equal to #,
(1:251) and in array #, starting at entry # and checking # entries, at least # of them are not equal to #,
(1:252) and in array #, starting at entry # and checking # entries, at least # of them are more than #,
(1:253) and in array #, starting at entry # and checking # entries, at least # of them are less than #,
(1:254) and in array #, starting at entry # and checking # entries, exactly # of them are equal to #,
(1:255) and in array #, starting at entry # and checking # entries, exactly # of them are not equal to #,
(1:256) and in array #, starting at entry # and checking # entries, exactly # of them are more than #,
(1:257) and in array #, starting at entry # and checking # entries, exactly # of them are less than #,
(1:258) and in array #, starting at entry # and checking # entries, less than # of them are equal to #,
(1:259) and in array #, starting at entry # and checking # entries, less than # of them are not equal to #,
(1:260) and in array #, starting at entry # and checking # entries, less than # of them are more than #,
(1:261) and in array #, starting at entry # and checking # entries, less than # of them are less than #,
(1:310) and entry number # in array # is equal to #,
(1:311) and entry number # in array # is not equal to #,
(1:312) and entry number # in array # is more than #,
(1:313) and entry number # in array # is less than #,
Effects:
(5:275) use message ~ as an array, and copy entry # of it into message ~.
(5:276) use message ~ as an array, and set entry # of it to {...}.
(5:310) use variable # as an array, and copy entry # of it into variable #.
(5:311) use variable # as an array, and set entry # of it to #.
(5:390) starting with entry #, set # entries in array # to #.
Share this:
-
-
-