
So I want to use a macro that will pop up a dropdown list of every possible attack stored on the character's repeatable section. Ideas: Can a *macro* dynamically iterate? I don't think so right? So I can hard-code a fixed amount of repeatable section ids, like ?{Choose:|@{selected|repeating_attacks_$0_name} |@{selected|repeating_attacks_$1_name} |@{selected|repeating_attacks_$2_name}} But that is a shot in the dark - maybe the character has 1 attack, maybe he has 18. So, not ideal. The other thing I tried is obtaining dynamically the list of attacks via Mod code. That worked - I obtained it. But sendChat() doesn't allow macros, so even though I have the list, I cannot ask the user to pick from it. Any other ideas?