Search found 5 matches

by Yeoman
Tue Oct 16, 2012 8:08 pm
Forum: MQ2::Macros::Help
Topic: /if statement Help
Replies: 4
Views: 855

Re: /if statement Help

Thanks
by Yeoman
Mon Oct 15, 2012 9:30 pm
Forum: MQ2::Macros::Help
Topic: /if statement Help
Replies: 4
Views: 855

Re: /if statement Help

is the echo needed for that never seen echo stuff, thanks will play around with it
by Yeoman
Mon Oct 15, 2012 7:38 pm
Forum: MQ2::Macros::Help
Topic: /if statement Help
Replies: 4
Views: 855

/if statement Help

Wiki is very unclear on useage, and syntax, Not sure how to write /if's /if (!${Me.no.target}) /makecamp return If there is no target, return to camp is what It should do, but I think I got something wrong. /if (!${me.target}) /attack on if there is a target it should attack on. any help or point me...
by Yeoman
Mon Oct 15, 2012 4:51 pm
Forum: MQ2::Macros::Help
Topic: Move points
Replies: 5
Views: 933

Re: Move points

the /moveto loc works, I am looking for a delay, or a /if at such and such loc then proceed to location 2, and so on.
by Yeoman
Mon Oct 15, 2012 4:20 pm
Forum: MQ2::Macros::Help
Topic: Move points
Replies: 5
Views: 933

Move points

I trying to write a macro that uses /moveto loc. I have looked through archives and also mq2 wiki but I can't find out you would write a section to move to point a then point b. I tried using a /delay but it seems to just go through the macro quickly. I looking either for suggestions, or point me in...