Color Random

Signature

{colorrandom(type):[unk1]}

Description

Randomly colors the next characters in the current and next lines.

Arguments

Type

The are a total of 8 types (0 -> 7) which control how the unknown 1 argument is processed.

If its higher than 0, e.g. 1 (common), the unknown 1 value will be directly used. If its 0 (very rare), the unknown 1 value will be used as a reference to a list that holds the real value.

This argument is optional, and will equal the value 1 if non-existent.

Unknown 1

This argument is unknown and also unused.

If the type is higher than 0, the number range is 0 -> 255. If its 0, the number range is 0 -> 127.

Notes

This tag is almost never used, and when it is, its in text files with a format that doesn't even support this tag. So its most likely just a leftover from development.

This tag is only usable in a text file with the format st2e8 (e.g. battle messages).

If this text tag is not used, the default color of characters is gray (rgb: 128, 128, 128).

Last updated