Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

/noparse /bcaa //useitem ${InvSlot[Charm].Item.Name}You need to noparse that, and slap quotes around the item since it likely has multiple words
Yes, by chance./noparse /bcaa //useitem ${InvSlot[Charm].Item.Name}
worked with out quotes on every time but toon it sent from for me.
You, I like you and your tip, that along with Sic and Teichou's ones I got my various charm/various Geomantra react working.Can also just /useitem 0 for charm.
If you type /useitem in game it will list out slot and # for each. Not at my P.C. but iirc bp is 17
zGeomantra:
action: /useitem 0
condition: >-
${Me.ItemReady[${InvSlot[Charm].Item.Name}]} && !${Me.Buff[Geomantra].ID}
I use that formatting for bps and charm clicks on raid events, also let’s me rapidly do clicks to make sure everyone gets their upgrades on the click aa (ear, range, face, belt, etc) without manually doing it for each oneYou, I like you and your tip, that along with Sic and Teichou's ones I got my various charm/various Geomantra react working.
Code:zGeomantra: action: /useitem 0 condition: >- ${Me.ItemReady[${InvSlot[Charm].Item.Name}]} && !${Me.Buff[Geomantra].ID}
In case anyone is wondering.
