I am trying to determine whether each of my group members has the 'Courage' buff.
I am using the following lines of code:
Code: Select all
/for Ctr 1 to ${Group}
/if (${Me.CurrentMana}<10) /return
/stand
/target ${Group[${Ctr}]}
{insert /if clause and cast command here}
/next Ctr
Is there some way to convert or create a character variable using the name of the target, so that I can see if the target has the pertinent buff?



