Search found 3 matches

by RabbitKing
Fri Oct 14, 2016 1:06 am
Forum: MQ2::Help
Topic: Can I restart my macro from within the macro?
Replies: 12
Views: 1403

Re: Can I restart my macro from within the macro?

I sorted it out. I have a ton of variables which have a default state set in their declaration. These get changed based on a number of events, and I wanted to create a lazy way of resetting to default values. I made an initialization method which sets them; now I can simply reset them at any time. P...
by RabbitKing
Mon Sep 12, 2016 6:23 pm
Forum: MQ2::Help
Topic: Can I restart my macro from within the macro?
Replies: 12
Views: 1403

Re: Can I restart my macro from within the macro?

Trying these approaches (other the re-initialization one) didn't work out for me.

Writing a proper re-initialize subroutine would be the correct way to go, but I hacked it with /keypress

Thanks for the suggestions!
by RabbitKing
Sat Sep 10, 2016 11:41 pm
Forum: MQ2::Help
Topic: Can I restart my macro from within the macro?
Replies: 12
Views: 1403

Can I restart my macro from within the macro?

Or, is there a way to call a macro without it getting hosed up by skipping imports?

Thanks so much!