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
This post has been closed. You can still view previous posts, but you can't post any new replies.

GM - Whisper after a roll

Hi all, if I have this macro: /em attack with a bite Bite: [[d20+(@{Str-Mod}+@{BAB})+2]] Hit [[1d6+@{Str-Mod}+1]] Damage But the creature if successful with the bite also do poison damage, I can send only to me (GM) a whisper using something similar to this formula? /w GM Save vs. Fort DC 15 - Cure 1 save. Poison: [[1d3]] (Dex - Initial) [[1d3]] (Dex - Secondary)
Sorry, Beppe63, but macros don't support conditionals. There isn't a way to say 'if the roll succeeds do this'. As a mentor-level subscriber you could use the API to do this for you, though you'd have to pass target information to know what you're trying to beat. The targeting dialog can be accessed by including some special Attribute macros. For instance, adding @{target|AC} to a roll or macro will prompt you to select a target and then send that target's AC Attribute.
Thanks John M. I am still not able to operate via API, my knowledge is still limited. :) If necessary, it would be possible to get, just for the GM, a kind of reminder such as "Poison!"?
1384849513

Edited 1384850085
Gauss
Forum Champion
Beppe63 , you could put it in your attack macro. /em attack with a bite Bite: [[d20+(@{Str-Mod}+@{BAB})+2]] Hit [[1d6+@{Str-Mod}+1]] Damage /w GM don't forget poison!
Ah nice Gauss! :) In this case I put: /w GM Poison! Save vs. Fort DC 15 - Cure 1 save - 1d3 Dex init. - 1d3 Dex sec.