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 difference)
|
Revision as of 06: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.