Moderator: MacroQuest Developers
Code: Select all
- Added Me.DSed and Me.RevDSed, both return a spelltype
Usage:
/if (${Bool[${Me.DSed.ID}]}==TRUE) {
/echo I have a Damage Shield on its: ${Me.DSed}.
}
/if (${Bool[${Me.RevDSed.ID}]}==TRUE) {
/echo I have a Reverse Damage Shield on its: ${Me.RevDSed}.
}
Maskoi wrote:From the changes file but it looks like your syntax is right.
you have /echo ${ME.DSed} with a capital E instead of ${Me.DSed} but thinking that is just a typo.Code: Select all
- Added Me.DSed and Me.RevDSed, both return a spelltype Usage: /if (${Bool[${Me.DSed.ID}]}==TRUE) { /echo I have a Damage Shield on its: ${Me.DSed}. } /if (${Bool[${Me.RevDSed.ID}]}==TRUE) { /echo I have a Reverse Damage Shield on its: ${Me.RevDSed}. }
dont_know_at_all wrote:Gee, if only there was a way to correctly report a crash...
donations for this month's patches.Ok, I'm not sure if I had done ME or Me, as I was not aware MQ2 is case sensitive -not sure how I missed that. Maybe I knew it a couple of years ago when I set up my HUD (which is most of what i'm doing with it). My HUD has ~150 lines or so.Maskoi wrote:Yes MQ2 is case sensitive.