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

[5e OGL] Sheet how to?

1458078340

Edited 1458078588
I just need universal macros for saving throws and skill checks so i don't have to have the sheet open. Why weren't they included in the wiki for the character sheet? This would save people alot of time hunting for them or asking questions on the forums!
1458092439

Edited 1458092469
The OGL sheet is quite new, so I'm guessing it's tough to keep the documentation up with the fast-and-furious changes. HoneyBadger posted a really elegant solution to this on  your other forum post ... For example, following his info in the link above, I got this for an Acrobatics (Dex) skill check (just replace "CHARNAME" with "Selected" or similar...) @{CHARNAME|wtype}&{template:simple} {{rname=ACROBATICS}} {{mod=[[[[@{CHARNAME|acrobatics_bonus}]][ACR]]]}} {{r1=[[1d20@{CHARNAME|halflingluck}+[[@{CHARNAME|acrobatics_bonus}]][ACR]]]}} @{CHARNAME|rtype}@{CHARNAME|halflingluck}+[[@{CHARNAME|acrobatics_bonus}]][ACR]]]}} @{CHARNAME|charname_output}
Thank you Brett! I got it working now!
I wrote a "skill menu" macro for the OGL sheet using Ability Command Buttons . You can check it out over here .