I have a few questions. First, Is there a list of what everything is called for writing macros? I'm incredibly new to doing so and have edited a few successfully, but I would like to write a few of my own. Second, I'm interested in doing power cards for somethings as well.Is that possible and is there separate call outs? Third, one of the macros I want to make is for the selected token to make an attack using their main weapon, or even better if I could could set it so they could select one of their weapons. How would I do this? If I can't make it a selected option how would I make it select a second or third weapon. Would it be possible to also select a target and automatically pull up their soak and defense? This is what I have so far. I found it on a post from @Ziechael. It doesn't seem to add purple dice though. How would I fix that? Also can I add any of the other options I mentioned above? !eed characterID(@{selected|character_id}) label(Weapon:@{selected|repeating_weapons_$0_weaponmake}|Damage:@{selected|repeating_weapons_$0_damage}|Critical:@{selected|repeating_weapons_$0_critical}|Range:@{selected|repeating_weapons_$0_weaponrange}|Qualities:@{selected|repeating_weapons_$0_weaponspecial}) @{selected|repeating_weapons_$0_weapondice} combat(personal) encum(@{selected|encumbrancemax}|@{selected|encumbrance}) @{selected|repeating_weapons_$0_weaponskill} @{selected|repeating_weapons_$0_weaponcondition} [[ {?{Range|Engaged,1|Short,1|Medium,2|Long,3|Extreme,4} + ?{PC Engaged|No,0|Yes and using Ranged - Light,1|Yes and using Ranged - Heavy,2} - ?{Target Larger|No,0|Yes,1},1}kh1 ]]p upgrade(ability|?{Upgrade Ability|0|1|2|3|4|5}) upgrade(difficulty|[[ ?{Upgrade Difficulty|0|1|2|3|4|5} + ?{Target engaged with ally|No,0|Yes,1} ]]) ?{Boost/Setback|No,0b 0blk|Yes,?{Boost (Blue)|0|1|2|3|4|5}b ?{Setback (Black)|0|1|2|3|4|5}blk} (gmdice) Thanks in advance, Palandar