
I am trying to create a spell book macro that I can give to players and npc's alike. From what I've been able to figure out it shouldn't be that much different from giving them any other macro like attack or initiative rolls. This is the macro I currently have. &{template:default} {{name=**@{selected|character_name}'s** Spellbook}} {{[0-Level](! %{selected|0level})}} The called character ability. 0level (Double and triple checked that it is spelled the same way in the ability name and the macro that calls it.) 0 level pass "@{selected|character_name}" What should happen: 1) Select token 2) Click Spells token action 3) Spellbook macro is called 4) Click 0-level to call the ability 5) Receive the "0 level pass "@{selected|character_name}"" output as success clause. What does happen. Steps 1-4. Nothing happens after that. I know that step 5 works when called from the tokens character sheet. I know that the spellbook macro is pointing at the selected token because it's name is properly displaying in the default template's title. Why is step 5 not working and how do I make it work? *Edit Spelling, formatting, replacing erroneous ) with correct }*