SAY

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

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.