Trying to create a line of code that gets broadcast to my entire group but only will execute for my Mage and Bard. I have:
but it fails. The /camphere on is issued, but the chaseoff isn't. If I reverse the /camphere and /chaseoff commands, the /chaseoff command is issued but the /camphere isn't.
Any way to do this in a single line?
Code:
/noparse /bcg //if (${Select[${Me.Class.ShortName},BRD,MAG]}) /Multiline ; /camphere on ; /chaseoff
but it fails. The /camphere on is issued, but the chaseoff isn't. If I reverse the /camphere and /chaseoff commands, the /chaseoff command is issued but the /camphere isn't.
Any way to do this in a single line?

