Search found 3 matches

by unclebean
Wed Apr 21, 2004 7:23 pm
Forum: Macro Help (MQ1)
Topic: /if command problem
Replies: 10
Views: 2595

Sorry, didn't know the extent to how much the system has changed. In the macro below, p0-p3 are just integers representing a song # in spell list. Am trying to figure how to edit the if statements to work properly with the new system. I get numeric errors with the if false statements. if there's som...
by unclebean
Wed Apr 21, 2004 7:01 pm
Forum: Macro Help (MQ1)
Topic: /if command problem
Replies: 10
Views: 2595

still having problems with this line, even with the newest zip from the DL page :?

Code: Select all

if $defined(p0)==false { 
    /echo usage: /mac twisting.mac song1 song2 song3 song4 
    /end 
  } 
by unclebean
Fri Dec 05, 2003 12:17 pm
Forum: MQ2::Bug Reports
Topic: Possible Memory leak with MQ2 20031203
Replies: 4
Views: 1655

I've also been experiencing major performance issues after MQ2 has been running for a while. Have had had a Windows XP virtual memory warning pop up. Being forced to use MQ1 as this memory issue is causing EQ to be unplayable. Am using VS6 to compile, if that matters.