SAYLINE
From Dark Signs Online
Jump to navigationJump to search
Usage
SAYLINE string
Parameters
string - the string or other data to print
Example
The following code:
SAY "Hello" SAY "Howdy" SAYLINE "GoodBye"
Produces the following output:
Hello GoodBye
Other Notes
SAYLINE will also replace itself, so you can use SAYLINE repeatedly to change the last line of text displayed in the console.
Warning: Certain functions/commands can stop SAYLINE from working and not replace the line before but create a new line.