Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

How do I make these rolls secret to my players?

These are a set of macros given to my by someone I used to know who understands macros better than I could. Can you show me how to make them GM rolls? Because I've been trying to put /gr in every place I could think of and nothing's happening. Thanks. &{template:default} {{name= ?{Who is this and what are they doing?|Someone does a thing.}}} {{Skill Dice= [[?{Skill Dice|0}d6>6s]]}} {{Attribute Dice= [[?{Attribute Dice|0}d6>6s]]}} {{Gear Dice= [[?{Gear Dice|0}d6>6s]]}} &{template:default} {{name=They Push the Roll!}} {{Skill Dice= [[?{Skill Dice that rolled 1-5|0}d6>6s]]}} {{Attribute Dice= [[?{Attribute Dice that rolled 2-5|0}d6>6s]]}} {{Gear Dice= [[?{Gear Dice that rolled 2-5|0}d6>6s]]}}
1612026687
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Put "/w gm " at the beginning. (Don't forget the space after "gm".)
keithcurtis said: Put "/w gm " at the beginning. (Don't forget the space after "gm".) Thanks. Though I switched to player mode and I could still see the rolls. Does that mean it still works?
Grim G. said: keithcurtis said: Put "/w gm " at the beginning. (Don't forget the space after "gm".) Thanks. Though I switched to player mode and I could still see the rolls. Does that mean it still works? "/w gm" will still show what is being rolled to the player who rolls it as well as sending it to the GM. If you don't want the player seeing what they rolled then you need a script like blindroll. That will make rolls that will only show to the GM.  That is what I use in my games, and I see you are Pro level and can use scripts.