First of all, hello everyone and thanks to Kurt for all the work thats being put into this API! I'm attempting to puzzle through some of the more advanced options for the API integration with the 5e sheet. Is there a way within that sheet of setting a custom macro to be called when a spell is cast from the sheet? My idea was to provide the casters in the party with a spellbook powercard macro (pictured below) that would trigger something other than the base function of clicking on the spell name. Player Report of Available Spells !power {{ --format|bigbad --orowbg|#CEC7B6 --erowbg|#CEC7B6 --name|Spell List --tokenid|@{selected|token_id} --emote|@{selected|character_name} --leftsub|Atk Bonus: @{selected|spell_attack_bonus} --rightsub|Save DC: @{selected|spell_save_dc} --spell_slots|@{selected|character_id} --spell_list|@{selected|character_id} }} I know there is potential to manually create buttons within the powercard but the card above reads prepared spell markers from the sheet and populates buttons based on the red identifier dots, so if i could alter the sheet to run a custom macro on a spell click it may be much less labor intensive. apologies if that was a little confusing, and thanks in advance!