I created a witchbolt macro for my games wizard. I want to add a condition marker so he won't forget he cast the spell and will use his bonus witch bolt action in following turns. My macro works just fine but the condition marker I want to use doesn't get added to the character token. I'm not sure what I am doing incorrectly.  My macro is shown below. Any help would be appreciated. I am using jumpgate and the D&D 2024 character sheet.    &{template:default}  {{name=WitchBolt for@{selected|character_name} }}{{[[?{SpellLevel?|0}d12+1d12}]] lightning damage. Take that you miscreant loser!}} !token-mod --set statusmarkers|lightning-helix /fx beam-water @{target|Caster|token_id} @{target|Foe|token_id}   
 
				
			 
 
