Minitext

From EDukeWiki
Revision as of 04:10, 29 August 2020 by Fox (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This feature is deprecated.
It's recommend not to use this feature.

minitext <x> <y> <quote> <shade> <pal>

Prints a defined quote to the screen using small text.

<x> X coordinate, ranged 0-320

<y> Y coordinate, ranged 0-200

<quote> is the quote to print, as defined by definequote.

<shade> and <pal> are obviously shade and palette.

setvar x 0
setvar y 100
setvar shade 0
setvar pal 0
setvar TEMP 100
minitext x y TEMP shade pal

Please note that as with digitalnumber, gametext and friends, minitext only works during events.