Search found 4 matches

by Marginal
Thu Apr 29, 2004 8:42 am
Forum: Macro Help (MQ1)
Topic: DestroyForage.mac Conversion
Replies: 2
Views: 7120

Outer scope is cleared when the macro ends, so these lines

Code: Select all

 /deletevar LoopCount 
 /deletevar DestroyArray
.. are obsolete

DestArraySize is never declared or initialized
by Marginal
Thu Apr 29, 2004 7:57 am
Forum: Macro Help (MQ1)
Topic: is it me or is /varadd broken
Replies: 1
Views: 6075

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
by Marginal
Sun Apr 25, 2004 6:25 pm
Forum: MQ2::Bug Reports
Topic: CTD, unsure of exact command
Replies: 2
Views: 796

Fixed in April 25 2004 12:21:02 release. Thanks devs :)
by Marginal
Sun Apr 25, 2004 7:28 am
Forum: MQ2::Bug Reports
Topic: CTD, unsure of exact command
Replies: 2
Views: 796

CTD, unsure of exact command

I'm Working on converting some old macros to the new MQ2Data, but after one of the recent MQ2 downloads i started crashing to desktop when executing some macros. I tried to pinpoint the exact commandline that caused the crash, but was unable to (ie. could not reproduce bug by out-commenting all but ...