Here ya go.. have fun ;D
======================================================
Command :
TitleText
Description :
Allows you to display text on screen.
Syntax :
TitleText ["text",textPosition]
text is the text to display on screen
textPosition indicates where to display it on screen. Possible values are :
"PLAIN DOWN" - Plain text in lower part of screen
"PLAIN" - Plain text in center of screen
Example :
TitleText ["Guns of Steel","PLAIN"]
Notes:
You can add multiple lines to the screen by using "\n" in your text to denote a linefeed. For example, TitleText["Guns of Steel\nSon of a Gun","PLAIN"]
======================================================
:cheers: