hidden (roll option): Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Updates related to new output roll options in 1.3.b58)
m (Conversion script moved page hidden (roll option) to Hidden (roll option) without leaving a redirect: Converting page title to first-letter uppercase)
(No difference)

Revision as of 22:25, 9 February 2023

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

[ ] Hidden Rolls

[h: ], [hide: ], [hidden: ] evaluates the text after the ':' but completely discards the output. This is useful for setting variables or other similar tasks where you want to change something but not display any output. Prior to 1.3.b58, [h: 2 + 2] would display.

Starting with 1.3.b58, completely invisible messages, such as the result of [h: 2 + 2], are suppressed, so you see no output at all instead of a blank message.