I have looked around a lot and attempted to find a good solution, but unfortunately doesn't seem like an easy one is around. Hopefully you folks can help me out? I'm looking to create chat menus for attacks/actions for the players in my campaign. The main issue is that there's not the same number of attacks/actions in each person's character sheet, so I can't just paste in like 3 lines of repeating attack and call it a day (if one character has 2, there's an ugly line and errors in chat, etc.) What I'd really like to do, is dynamically check to see how many actions the character has, and use that many @{selected|repeating_attack.....} lines, or something to that nature. I understand this can be (or has been) done with an API script, but I'm not sure where to look for those. If anyone knows of a good way to macro this out, or if there are already attack menus built somewere else, I'd love to hear about it.