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

[Request] Macro Help (Pathfinder)

So I have a game coming up soon and I am playing an Investigator. The big issue is that I apply +1d6 to all my knowledge checks, and I have most the knowledges trained but I get various bonuses in each one. I am trying to make a macro that uses the Skill Template (Like the one from the sheet roll) but with +1d6 on each check and a prompt to add or subtract. Everything I try only lets me use the generic purple top template or won't link up to my sheet. Does anyone know how to accomplish this or can help me write up a generic skill template. Thanks!
1431362238
The Aaron
Roll20 Production Team
API Scripter
(Moved to Specific Use Questions forum. The API forum is for the Javascript API (a Mentor Level Perk). )
1431402037
vÍnce
Pro
Sheet Author
Hi Equinox. Something like this? (this is for Arcana, so just change the knowledge type as needed) &{template:pf_generic} {{character_name=@{selected|character_name}}} {{character_id=@{selected|character_id}}} {{name=Knowledge(Arcana)}} {{Check=[[1d20 + @{selected|Knowledge-Arcana} +1d6 + ?{Modifier?|0}]] }}