Ask about Macro Plugin

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Ask about Macro Plugin

#1 Post by SkylorD »

Today,i was tried works two macro at once or work 2 simultanely.
I have 2 doubts :

1º - Have like do what i need ?

2º - I Don't understand this line of Automacro.pm :
# do not run an automacro if there's already a macro running and the running
# macro is non-interruptible
return if (defined $queue && !$queue->interruptible);
This comments and line have what i need ?
Learn rules

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Ask about Macro Plugin

#2 Post by EternalHarvest »

Only one macro can run at the time (excluding "call" macro instruction stuff, but only one macro would be active anyway) with current macro plugin.

Locked