Search found 5 matches

by c52k
Thu Apr 22, 2004 11:59 am
Forum: Macro Depot (MQ1)
Topic: ForageINI.mac a forage macro with ini support
Replies: 42
Views: 18038

/if no longer exists in the form it used to be. Shouldn't be too hard to update this script. I use it too, but haven't had time to work on it yet.
20 Apr 2004 by Lax:
- /if is now GONE. /if is now the same as what /newif was. /newif is aliased to /if.
by c52k
Thu Mar 04, 2004 6:44 pm
Forum: Macro Help (MQ1)
Topic: If Loops have and statement ?
Replies: 7
Views: 1298

Thank you, that was what i needed. I understand it gets old answering the same question over and over again but not everyone is lazy and trying to get you to do all their work for them. I've been struggling with this for the past few days and finally gave in made that post. Anyhow, no point rambling...
by c52k
Thu Mar 04, 2004 6:06 pm
Forum: Macro Help (MQ1)
Topic: If Loops have and statement ?
Replies: 7
Views: 1298

/sigh well my eyes are open and unfortunately cannot find anything that talks about the && operation in If loops. The manual doesn't show an example, just If / else statements. Sure i could accomplish what i want by just nesting If loops but i was just curious if i could use the && o...
by c52k
Thu Mar 04, 2004 4:02 am
Forum: Macro Help (MQ1)
Topic: If Loops have and statement ?
Replies: 7
Views: 1298

If Loops have and statement ?

So i looked through the manual numerous times and tried searching the forums with no luck. I'm trying to find the syntax if it does exist for if/and statements. I'm trying to do some pretty simple comparissons like if yourloc(x)>10 && myloc(x)<100 /call mysub Is the && operation avai...
by c52k
Sat Feb 28, 2004 1:08 am
Forum: Macro Help (MQ1)
Topic: Beep not working ?
Replies: 1
Views: 578

Beep not working ?

Hi folks, i'm currently using the 2/25/04 build of MQ2. My first attempt at using MQ. Thanks to all the good info and docs i was able to easily compile and get a few macros up and running. However i can't seem to get the /beep command to work. MQ takes the command but i don't hear a beep or any soun...