
Recently I've been trying to create a macro that would allow me to automatically roll my players or npcs through targeting as I find it easier to use than selecting each individual token at a time, However doing this I have attempted to use abilities which in turn cause the query to fail due to closing early. Is there any way this is possible or is it simply not achievable? This is the code I have created: ?{Which ability?|
STR, @{target|strength_save_roll} |
DEX, @{target|dexterity_save_roll} |
CON, @{target|constitution_save_roll} |
INT, @{target|intelligence_save_roll} |
WIS, @{target|wisdom_save_roll} |
CHA, @{target|charisma_save_roll} }