w (roll option): Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Add examples for multiple players)
(Added alias)
Line 1: Line 1:
===[ ] Display to Specific Player Option===
===[ ] Display to Specific Player Option===
<div>• '''Introduced in version 1.3.b58'''</div>
<div>• '''Introduced in version 1.3.b58'''</div>
'''[w("name"): ]''' evaluates the text after the ':' but only displays the results to the specific named user, such as:
'''[w("name"): ]''', '''[whisper("name"): ]''' evaluates the text after the ':' but only displays the results to the specific named user, such as:


<source lang="mtmacro" line>
<source lang="mtmacro" line>

Revision as of 06:28, 10 October 2009

[ ] Display to Specific Player Option

Introduced in version 1.3.b58

[w("name"): ], [whisper("name"): ] evaluates the text after the ':' but only displays the results to the specific named user, such as:

Everyone can see this [w("bob"): "but only Bob can see this"]

[w():] can also take more than one player name as an argument:

[w("Fred", "Joe"): d20]

It can also take a JSON list containing player names:

[h: names = json.fromList("Fred, Joe")]
[w(names): d20]

This roll option may be combined with the [s:], [g:], [gt:], and [st:] options. Blank messages will not be shown to a certain user if an entire message is invisible to that user due to these roll options or the [h:] roll option.