• 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

Problem - In game macro

Raidien1

CrankyPants
Joined
Oct 14, 2015
RedCents
1,347¢
Why can i not get this to work?

/dgre /if (${AdvPath.Following}) {/afollow off} else {/afollow spawn {Me.ID}}
 
the syntax is a bit off, what you are looking to use is an inline If, using this with this syntax:
/docommand ${If[condition,true,false]}

the solution would be something like this:

/dgre /docommand $\{If[$\{AdvPath.Following},/afollow off,/afollow spawn ${Me.ID}]}

We use the \ in the datavars to make sure they are parsed on the reciever and not the sender.
 
Problem - In game macro

Users who are viewing this thread

Back
Top
Cart