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

[Pathfinder by Roll20] Problem with calling the repeating attack

Hello people, I am just starting to get into the whole thing and already am confronted with a problem. I am trying to create a simple Ability on one char, that simply will roll the first Attack with the first weapon: &{template:pc} {{type=attack}} {{showchar=[[1]]}} {{charname=Testimo}} {{name=Testwurf}} {{roll=@{repeating_attacks_$0_attack1}}} But I get the Error:  No attribute was found for @{Testimo|repeating_attacks_-N-n2AbVZRxpHB3ZFQ96_attack1} I know I am using the right ID, because when I use the same code but ask for atkname, it prints the proper result. So, what am I doing wrong? thank you
1650160462
Kraynic
Pro
Sheet Author
Most likely what you are trying to call is a roll button, right?  Those already have a roll template, and you can't call a macro with a roll template inside another roll template.  Also, when trying to call an existing roll on a sheet, you probably want % instead of @. Try this by itself: %{repeating_attacks_$0_attack1}
Aw man, yes I see my Mistake now. Thank you for clarifying.  What I plan to do is a simple way for my players to easily roll with advantage or Disadvantage (We `borrowed` this rule from D&D5). I still dont really feel like creating a whole new Character sheet for PAthfinder only for that one thing.  Does anyone have another solution for that?