Post
by shuttle » Mon Nov 11, 2002 6:25 am
I am writing a few macros that have realtivly short lived buffs (2 min). and I want to see if the buff is on my char so I do not have to recast it ,from an item) at the beginning of the macro.
I found that the auto end function in my macro would not fire if the you gained experience event (which I use to end the macro) happened during the casting of an item.
What I am looking for is similar to "$char(book,#)" $Char(Buff,#)
Shuttle