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] List all 'repeatable' actions

1498488406

Edited 1498488430
Giger
Pro
API Scripter
Howdy all, I'm curious to know if there's a macro that lists available repeatable actions, so the players can chose from an action in the chat log output, instead of opening up the sheet? Not sure if this has been asked/accomplished yet, but i did some searching and couldn't find something like this.
There are macros that can be built for it, but it needs to be built per character because the macro won't know how many actions you have. Here is a little macro that I made for the first 3 attacks. Add more lines for additional weapons. i.e. $3 for attack number 4 ect. /w "@{selected|character_name}"&{template:atk} {{desc=**Weapon attacks:** ``[@{selected|repeating_attack_$0_atkname}](~selected|repeating_attack_$0_attack)`` ``[@{selected|repeating_attack_$1_atkname}](~selected|repeating_attack_$1_attack)`` ``[@{selected|repeating_attack_$2_atkname}](~selected|repeating_attack_$2_attack)`` }}
1498492064
Giger
Pro
API Scripter
It's beautiful, thank you sooo much!
I'm glad I could help.