• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Blonde moment - macro code

armysoldier

Well-known member
Joined
Jun 26, 2005
RedCents
101¢
i know that

/doability 1

or

/doability "Hide"

both work .. what i would like to do is

/if (ability "Hide" not ready) /other crap


army
 
Rich (BB code):
bool ${Me.AbilityReady[name]}   Ability with this name ready?
bool ${Me.AbilityReady[slot]}   Ability on this button ready?

So what you want would probably be...

Rich (BB code):
/if (!${Me.AbilityReady[Hide]}) /dostuff
 
i love the echo command

8-)

i did /echo ${Me.AbilityReady[Hide]}

and got true and false... SOOOO i said WTF mate..

checked where i typed it into the IF statement and FOOOKEd up a ( whee a { shoulda been ...

and was like WTF MATE


so running again

8-)
 
Blonde moment - macro code

Users who are viewing this thread

Back
Top
Cart