SAYLINE: Difference between revisions

From Dark Signs Online
Jump to navigationJump to search
(Created page with "== Usage == SAYLINE ''string'' == Parameters == ''string'' - the string or other data to print == Example == The following code: <pre>SAY "Hello" SAY "Howdy" SAYLINE "GoodBye"</pre> Produces the following output: <pre>Hello GoodBye</pre> == 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...")
 
(No difference)

Latest revision as of 06:18, 18 March 2024

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.