So I'm perusing threw the MQ2 wiki.. and the minimalist I am I saw the target type SE (for beast SE) here and thought, oh awesome, I can have it see if my whatever SE I happen to have on, wears off...
Of course, from what it seems like I have to actually have my self targeted to do this....
Like I said, I'm a minimalist, so the less code the better, and it seems like using the SE type, would do that, except I have to target myself, and I don't want to.
downshit3=/if (!${Bool[${me.SE}]} && !${Me.Invis} && !${Me.Sitting} && !${Me.Moving} && !${Me.Combat}) /casting "${Spell[Spiritual Elaboration].RankName}" 12
this part isn't working !${Bool[${me.SE}]} , probably because SE only works as target.SE
Something like that out there?
Of course, from what it seems like I have to actually have my self targeted to do this....
Like I said, I'm a minimalist, so the less code the better, and it seems like using the SE type, would do that, except I have to target myself, and I don't want to.
downshit3=/if (!${Bool[${me.SE}]} && !${Me.Invis} && !${Me.Sitting} && !${Me.Moving} && !${Me.Combat}) /casting "${Spell[Spiritual Elaboration].RankName}" 12
this part isn't working !${Bool[${me.SE}]} , probably because SE only works as target.SE
Something like that out there?

