How to combine [modifier] and [known] conditionals?

#showtooltip
/cast [mod:alt,@party1][mod:ctrl,@party2][mod:shift,@party3][nomod,@player] [known:Blessing of Spellwarding] Blessing of Spellwarding ; Blessing of Protection

This macro works when I have blessing of spellwarding, but when i just have normal bop it isn’t working.

[this, and this]
[this] [or this]
; else this
#showtooltip
/cast [mod:alt,known:204018,@party1] [mod:ctrl,known:204018,@party2] [mod:shift,known:204018,@party3] [known:204018,@player] Blessing of Spellwarding; [mod:alt,@party1] [mod:ctrl,@party2] [mod:shift,@party3] [@player] Blessing of Protection
1 Like

Thanks a ton <3