So, I'm trying to build a customized spellbook macro for use with the Pathfinder sheet. The one that you can trigger with the button is great, but I want a little extra information in mine (like how many spells available out of how many possible, # of a spell prepared in the button). I had one setup like this before the sheet updated but, silly me, I deleted it when the sheet came out with its own. Now that I'm trying to rebuild it, it's not working like it did before.
The macro I have is this (so far):
For some reason, the max field is not populating. I also had to put html entities in for the @, {, and } for some reason when I didn't need those anywhere else (or in the original version of this macro that I deleted). Any of you macro mavens have any ideas?
-Scott
The macro I have is this (so far):
/w @{character_name} &{template:pf_generic} {{header_image=@{header_image-pf_generic}}} {{character_name=@{character_name}} {{character_id=@{character_id}}} {{name=Spells}}{{test}}{{Lvl 1 Spells @{spellclass-0-level-1-spells-per-day} | @{spellclass-0-level-1-spells-per-day|max} }} {{[@{repeating_spells_-KK9IHhDzxPwexeV0Who_name}](~repeating_weapon_-KK9IHhDzxPwexeV0Who_roll)}But it gives me this as output:
For some reason, the max field is not populating. I also had to put html entities in for the @, {, and } for some reason when I didn't need those anywhere else (or in the original version of this macro that I deleted). Any of you macro mavens have any ideas?
-Scott