• 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

LevCheck.mac - check if anyone on the raid is levitating

Joined
Aug 9, 2006
RedCents
482¢
Code:
sub main
    /declare x int outer
        /for x 1 to ${Raid.Members}
            /if (${NearestSpawn[${x},pc].Levitating}) /echo ${NearestSpawn[${x},pc].CleanName} levitating
        /next x
    /echo ${x} checked
/return

For when your raid event doesn't allow lev.
 
LevCheck.mac - check if anyone on the raid is levitating

Users who are viewing this thread

Back
Top
Cart