
Hello All,
I apologize if the solution for this is obvious, please don't crucify me for stupidity. :)
I am attempting to use %{selected|repeating_npcaction_$0_npc_action} as a token action. If the string is added into the action by itself it behaves as expected, however when attempting to combine several of these actions into a single drop-down as described in https://wiki.roll20.net/Macros#Drop-Down_Prompts_f... it outputs the literal text to the chatlog instead of parsing it.

I have tested that the output is correct by copying the output from the chat log and re-entering it, which results in the correct ability card being shown.
Here is the string I am using the the Token Ability:
?{Select Attack|Disarming Strike,%{selected|repeating_npcaction_$2_npc_action}|Dagger,%{selected|repeating_npcaction_$5_npc_action}}
Any help would be greatly appreciated!
I apologize if the solution for this is obvious, please don't crucify me for stupidity. :)
I am attempting to use %{selected|repeating_npcaction_$0_npc_action} as a token action. If the string is added into the action by itself it behaves as expected, however when attempting to combine several of these actions into a single drop-down as described in https://wiki.roll20.net/Macros#Drop-Down_Prompts_f... it outputs the literal text to the chatlog instead of parsing it.

I have tested that the output is correct by copying the output from the chat log and re-entering it, which results in the correct ability card being shown.
Here is the string I am using the the Token Ability:
?{Select Attack|Disarming Strike,%{selected|repeating_npcaction_$2_npc_action}|Dagger,%{selected|repeating_npcaction_$5_npc_action}}
Any help would be greatly appreciated!