strings

Number of separate strings pointers that this TEXT contains. The strings will be displayed one under each other.

Range:

1 .. unlimited (default: 1)

Type:

var

Remarks:

Example:

TEXT* welcome_txt =
{
  ...
  strings = 5; // 5 different STRINGs
}

See also:

text, layer, pos_x, pos_y, size_y, offset_y, font, string, alpha, flags  ► latest version online