SAY: Difference between revisions

From Dark Signs Online
Jump to navigationJump to search
(Created page with "'''SAY''' {''[optional] text formatting codes''} ''any value'' Outputs what ever comes after the SAY command to the console == Parameters == ''any value'' - this can be an ''int'', a ''string'', or anything else. ''text formatting codes'' - optional codes that change the text color, font, and size. Note that the smallest fontsize you can use 8 and the largest is 144 == Example == Displays "Hello world" in the console. <pre>SAY Hello world.</pre>")
 
No edit summary
 
Line 15: Line 15:
Displays &quot;Hello world&quot; in the console.
Displays &quot;Hello world&quot; in the console.


<pre>SAY Hello world.</pre>
<pre>SAY Hello world</pre>

Latest revision as of 05:17, 18 March 2024

SAY {[optional] text formatting codes} any value

Outputs what ever comes after the SAY command to the console

Parameters

any value - this can be an int, a string, or anything else.

text formatting codes - optional codes that change the text color, font, and size.

Note that the smallest fontsize you can use 8 and the largest is 144

Example

Displays "Hello world" in the console.

SAY Hello world