Minitext: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Mblackwell (talk | contribs) No edit summary |
||
Line 21: | Line 21: | ||
setvar TEMP 100 | setvar TEMP 100 | ||
minitext x y TEMP shade pal | |||
Please note that as with [[digitalnumber]], [[gametext]] and friends, minitext only works during [[events]]. | Please note that as with [[digitalnumber]], [[gametext]] and friends, minitext only works during [[events]]. |
Revision as of 21:24, 22 December 2004
minitext <x> <y> <quote> <shade> <pal>
Prints a defined quote to the screen using small text.
<x> and <y> are on-screen coordinates.
<quote> is the quote to print, as defined by definequote.
<shade> and <pal> are obviously shade and palette.
Example code:
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.