Hello everyone,
I am using the 5e Community Sheet and trying to create some Macros that I will eventually apply to tokens. I have created a Query Macro that then tries to perform a call depending on the choice of the query, but I'm running into some issues with HTML parsing.
I understand that I should be replacing SOME of my "|" "}" and "," characters with the HTML replacements, but I cannot, for the life of me, figure out which ones to do it with.
Below is the query in its totally non-replaced format. Any pointers on which characters need replacing?
?{Saving Throws|
Any tips?
EDIT: To clarify, each one of these called action (such as %{Selected|Dexterity_Save}, to give an example} works just fine as their own macro. I was just hoping to consolidate them all into one master Macro, so I could have a universal macro for all my PCs and any enemy/NPC tokens I make.
I am using the 5e Community Sheet and trying to create some Macros that I will eventually apply to tokens. I have created a Query Macro that then tries to perform a call depending on the choice of the query, but I'm running into some issues with HTML parsing.
I understand that I should be replacing SOME of my "|" "}" and "," characters with the HTML replacements, but I cannot, for the life of me, figure out which ones to do it with.
Below is the query in its totally non-replaced format. Any pointers on which characters need replacing?
?{Saving Throws|
Strength Save,%{Selected|Strength_Save}|
Dexterity Save,%{Selected|Dexterity_Save}|
Constitution Save,%{Selected|Constitution_Save}|
Wisdom Save,%{Selected|Wisdom_Save}|
Intelligence Save,%{Selected|Intelligence_Save}|
Charisma Save,%{Selected|Charisma_Save}|
Death Save,%{Selected|Death_Saving_Throw}
}Dexterity Save,%{Selected|Dexterity_Save}|
Constitution Save,%{Selected|Constitution_Save}|
Wisdom Save,%{Selected|Wisdom_Save}|
Intelligence Save,%{Selected|Intelligence_Save}|
Charisma Save,%{Selected|Charisma_Save}|
Death Save,%{Selected|Death_Saving_Throw}
Any tips?
EDIT: To clarify, each one of these called action (such as %{Selected|Dexterity_Save}, to give an example} works just fine as their own macro. I was just hoping to consolidate them all into one master Macro, so I could have a universal macro for all my PCs and any enemy/NPC tokens I make.