I can confirm that Visual Studio 2008 Express DOES work straight off the site, no modifications necessary.
Completely new comp, no previous VS versions on it, downloaded, installed, and it worked just fine with MQ2.
Code: Select all
${Group.Member[].Pet.ID}Code: Select all
!${Me.Pet.ID}Code: Select all
/declare AvatarTimer timer outer 10m
...
/if (!${AvatarTimer}) {
/Stuff_to_cast_buff
/varset AvatarTimer 10m
}