GPDL $SAY
$SAY( text );
Presents the text in the text window at the bottom of the screen and waits for the player to type a space before proceeding.
Substitutions in the text are provided just as for Event Text. Moreover, the formating functions (like /g for green) also work. Example
$SAY ("Hello, /g" +$GET_CHAR_NAME(0) + "/w");
A new line may be started by including "" in the text. For example:
$SAY ("This little pig went to market.little pig stayed home."