Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

${Me.Invis} && !${Me.Buff[BuffName].ID} && !${SpawnCount[npc radius 60]} and an action of /cast # where # is the spell gem # of the buff you want or a /alt act # in the case of an AA buff./echo ${If[${SpawnCount[npc radius 60]},\arENEMIES NEARBY STOP,\agGood to go]}By the way, is there a resource that lists all the different variables and arguments like this? I feel like this should have been something I could have looked up.
Cwtn, what does \ar and \ag do? Haven’t seen that syntax?
www.macroquest2.com
Ahhh, sweet.\a then a letter colours text. E.g. \ag makes the bext text green.
/declare Black string outer \ab
/declare Blue string outer \au
/declare Brown string outer \a-o
/declare Cyan string outer \at
/declare Gray string outer \a-w
/declare Green string outer \ag
/declare Pink string outer \am
/declare Orange string outer \ao
/declare Purple string outer \ap
/declare Red string outer \ar
/declare Teal string outer \at
/declare White string outer \aw
/declare Yellow string outer \ay
/declare DarkGreen string outer \a-g
/declare DarkMaroon string outer \a-m
/declare DarkPurple string outer \a-p
/declare DarkRed string outer \a-r
/declare DarkCyan string outer \a-t
/declare DarkBlue string outer \a-u
/declare DarkYellow string outer \a-y
Sub Main
/echo Colors start with backslash a and then one of the below:
/echo x = Set color to what it was before the last color change
/echo b = black \ab= black\ax (#000000)
/echo g = green \ag= green\ax (#00FF00)
/echo -g = dark green \a-g= dark green\ax (#009900)
/echo m = magenta \am= magenta\ax (#FF00FF)
/echo -m = dark magenta \a-m= dark magenta\ax (#990099)
/echo o = orange \ao= orange\ax (#FF9900)
/echo -o = dark orange \a-o= dark orange\ax (#996600)
/echo p = purple \ap= purple\ax (#9900FF)
/echo -p = dark purple \a-p= dark purple\ax (#660099)
/echo r = red \ar= red\ax (#FF0000)
/echo -r = dark red \a-r= dark red\ax (#990000)
/echo t = teal \at= teal\ax (#00FFFF)
/echo -t = dark teal \a-t= dark teal\ax (#009999)
/echo u = blue \au= blue\ax (#0000FF)
/echo -u = dark blue \a-u= dark blue\ax (#000099)
/echo w = white \aw= white\ax (#FFFFFF)
/echo -w =dark white \a-w= dark white\ax (#FFFFFF)
/echo y = yellow \ay= yellow\ax (#FFFF00)
/echo -y = dark yellow \a-y= dark yellow\ax (#999900)
/echo #FFD700 = gold \a#FFD700= gold\ax (#FFD700)
/return
