SAYLINE

From Dark Signs Online
Revision as of 05:18, 18 March 2024 by Doridian (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.