Recognising Spells Cast for Concentration
Hi everyone,
I have Protection from Evil and Good set-up as a spell with concentration set as true (see below for screenshot of set-up).
When this is cast from the OGL D&D Character Sheet or a Token Action Macro (using a repeating_spell call) CM recognises it is a cast spell and adds the concentration condition to the token.
However when I use a Macro (see below for syntax) that uses the CM "add, condition" functionality the "casting" is not recognised and the concentration condition is not added to the token.
I am trying to figure out if I am doing something incorrectly and/or whether this is simply a bug/working as intended.
Does anyone happen to know?
Macro Setup
The macro I have I have a macro set-up to add commonly used conditions as it is quicker than going through the full chat menu interface (as I have many conditions set-up). The basic macro syntax (should it be relevant) is along the following lines:
!cmaster --add,condition=?{Condition?|Bladesong,bladesong|Bless,bless|Blinded,blinded|Protection from Evil and Good,protection from evil and good}
I have abbreviated it for the purpose of this post, the real one is much longer.
Condition/Spell Setup