is it me or is /varadd broken

Need some help with that macro you're working on or aren't quite sure how to get your macro to do something? Ask here!

Moderator: MacroQuest Developers

mukluk123
decaying skeleton
decaying skeleton
Posts: 2
Joined: Sun Feb 15, 2004 10:55 am

is it me or is /varadd broken

Post by mukluk123 » Thu Apr 29, 2004 7:39 am

/varadd seemed to work before the last patch on Apr 29.

This is the code i used

Code: Select all

/declare num global
/varset num 0
/varadd num 1
This gives me an error that reads "Do Command - Couldnt parse '/varadd num 1'"

any clues?

Marginal
decaying skeleton
decaying skeleton
Posts: 4
Joined: Thu Apr 22, 2004 6:49 am

Post by Marginal » Thu Apr 29, 2004 7:57 am

The new MQ2DataVars went live with the recent patch.

/declare num int outer 0
/varcalc num ${num}+1

See http://macroquest2.com/phpBB2/viewtopic.php?t=6616 for more details on new MQ2DataVars