ShowText
Revision as of 00:05, 9 May 2015 by Horikawa otane (talk | contribs) (Created page with "Category: LunaDLL Category: Autocode Commands ==Prototype== ShowText,-,X,Y,FONT #,Active time,Text ==Description== Shows Text on the screen using the game's text prin...")
Prototype
ShowText,-,X,Y,FONT #,Active time,Text
Description
Shows Text on the screen using the game's text printing function. Prints at coordinates X,Y using FONT 1 through 3.
Notes
FONT 1 only displays black letters (overworld level name font) FONT 2 only displays numbers (score font) FONT 3 only displays uppercase (normal game font)
Examples
// Display a message in the middle of the screen for 10 seconds using FONT 3
ShowText,0,250,350,3,600,HELLO WORLD