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

using a multi skill macro and showing which skill is rolled

I'm trying to figure out how to make a multiskill macro, seen here:

/r ?{skill roll|standard, 1d20|advantage, 2d20DL1|disadvantage, 2d20DH1} + ?{trained skills|Animal Handling, @{Frank|animal_handling_bonus}|Athletics, @{Frank|athletics_bonus}|Perception, @{Frank|perception_bonus}|Survival, @{Frank|survival_bonus}}

I'm still pretty new to this, and I'm trying to figure out if I can get it say, at the end, something like "Frank uses his ((Skill name)) skill: ((rolled amount))."

Is there a way to do that?  I'm learning all kinds of neat tricks, but I've only been messing with it for a couple days.  :P

Hello,

Try this:

Frank uses ?{Choose skill|Animal Handling,Animal Handling: [[(@{Frank|animal_handling_bonus|Athletics,Athletics: [[(@{Frank|athletics_bonus}|Perception,Perception: [[(@{Frank|perception_bonus}|Survival,Survival: [[(@{Frank|survival_bonus}}+(?{Roll, select type|Standard,1d20|Advantage,2d20dl1|Disadvantage,2d20dh1}))]]


Multi character (click the character token then click the macro):

@{selected|token_name} uses ?{Choose skill|Animal Handling,Animal Handling: [[(@{selected|animal_handling_bonus|Athletics,Athletics: [[(@{selected|athletics_bonus}|Perception,Perception: [[(@{selected|perception_bonus}|Survival,Survival: [[(@{selected|survival_bonus}}+(?{Roll, select type|Standard,1d20|Advantage,2d20dl1|Disadvantage,2d20dh1}))]]

See?  New tricks learned all the time.  I didn't know you could use a colon like that, or start a "[[" in multiple places.  Awesome.  Thanks, bud.  :D