Can someone help me with doing RankName in Lua?
trying to do the equivalent of
${Me.CombatAbilityReady[${Spell[Breather].RankName}]}
I can manually get it with
mq.TLO.Me.CombatAbilityReady('Breather Rk. III')()
but was trying to use the .RankName to be more covering in the script. The only place I can find an example was on a spell, and it looked like they pulled the RankName from the spell book itself instead of in the command.
Thanks for any help.
trying to do the equivalent of
${Me.CombatAbilityReady[${Spell[Breather].RankName}]}
I can manually get it with
mq.TLO.Me.CombatAbilityReady('Breather Rk. III')()
but was trying to use the .RankName to be more covering in the script. The only place I can find an example was on a spell, and it looked like they pulled the RankName from the spell book itself instead of in the command.
Thanks for any help.

