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

Calling Attack Rolls on Cazra sheet

Hi! I'm trying to find a good way to call attacks on the simplified pathfinder character sheet. There's a button you can press to roll your attacks&nbsp;on the character sheet. I'm just wondering if there's a way to put that in a macro or something. I'd mainly like to use it as a token action, but there are some other uses I can think of that it would be useful in. I've been searching for a way to do it, and it looks like you can do it with the other pathfinder sheet. We've been using this one for so long it'd be a hassle to swap to the other one at this point. I looked at the source here:&nbsp; <a href="https://github.com/Roll20/roll20-character-sheets/tree/master/Pathfinder_Cazra" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/tree/master/Pathfinder_Cazra</a> &nbsp;and I found the part where it DOES the click, but that didn't really help me much.&nbsp; Looking for some advice on how to do that, or if it just isn't possible. Thank you. :)
1611734687
vÍnce
Pro
Sheet Author
Can you drag the button to the macrobar?&nbsp; If so, drag to the macrobar, use it, then click in the chat window input and use the UP arrow key to learn last command rolled (ie the button's name).&nbsp; Use that in your macro.
It won't let me drag it to the macrobar unfortunately. Dragging it doesn't do anything. That said, if I just left click it and the press the up arrow key, it works just like you said! Thank you so much! That's exactly what I was looking for.
1611760655
Kraynic
Pro
Sheet Author
I think that sheet was written before the quick macro bar existed.&nbsp; None of the roll buttons appear to have names specified in the html, which prevents them from being dragged to that bar, or being referenced dynamically with the %{charactername|buttonname} syntax.