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

Is it possible to use the target command in a way that the players can't see NPCs' stats?

If a player uses @{target|stat} command they end up seeing NPCs' corresponding stat even if they use GMroll. Is there a way to hide the targets stat from the players even when they use the target command?
Only if you want to click second macro I currently use: /em @{selected|token_name} attacks @{target|token_name} hits AC: [[@{selected|bar3} - (1d20 + ?{Total Adjustments|0})]] /w GM @{target|token_name}'s AC: @{target|bar2} If you split the macro player clicks /em @{selected|token_name} attacks @{target|token_name} hits AC: [[@{selected|bar3} - (1d20 + ?{Total Adjustments|0})]] then the GM clicks /w GM @{target|token_name}'s AC: @{target|bar2} Or just know the AC of all minions. If the players are not idiots, they will figure it out unless you use all blind rolls(there ia an API script) so player clicks /em @{selected|token_name} attacks @{target|token_name} !broll @{selected|bar3} - (1d20 + ?{Total Adjustments|0}) (which would send the roll only to the GM) (From API): secret roll sent to GM (1D20) al (Blind): (To GM) rolling 1D20 ( 1) = 1 Gm clicks /w GM @{target|token_name}'s AC: @{target|bar2} of course if they roll a one you don't generally have to check..
al e. said: Only if you want to click second macro I currently use: /em @{selected|token_name} attacks @{target|token_name} hits AC: [[@{selected|bar3} - (1d20 + ?{Total Adjustments|0})]] /w GM @{target|token_name}'s AC: @{target|bar2} If you split the macro player clicks /em @{selected|token_name} attacks @{target|token_name} hits AC: [[@{selected|bar3} - (1d20 + ?{Total Adjustments|0})]] then the GM clicks /w GM @{target|token_name}'s AC: @{target|bar2} Or just know the AC of all minions. If the players are not idiots, they will figure it out unless you use all blind rolls(there ia an API script) so player clicks /em @{selected|token_name} attacks @{target|token_name} !broll @{selected|bar3} - (1d20 + ?{Total Adjustments|0}) (which would send the roll only to the GM) (From API): secret roll sent to GM (1D20) al (Blind): (To GM) rolling 1D20 ( 1) = 1 Gm clicks /w GM @{target|token_name}'s AC: @{target|bar2} of course if they roll a one you don't generally have to check.. Can you post a link to the API script, please?
1414506879
The Aaron
Roll20 Production Team
API Scripter
Maybe this one? <a href="https://app.roll20.net/forum/post/432151/suggestio" rel="nofollow">https://app.roll20.net/forum/post/432151/suggestio</a>...
Yep, that's the one, I use it constantly. /w GM Will tries to pick @{target|token_name}'s pocket. !broll 1D100&lt;45