[Idle/Solved]Question about prolog after pause trigger did run

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
setsunaseiei
Human
Human
Posts: 38
Joined: 17 May 2011, 07:09
Noob?: No

[Idle/Solved]Question about prolog after pause trigger did run

#1 Post by setsunaseiei »

If I have a currently running macro that calls

Code: Select all

pause 60
then within the same period another automacro triggers. What will happen?

Next, if I have this code

Code: Select all

call foo
log foo is done!
the foo macro is completed before logging the string, right?
オペンコレ!

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

Re: Macro forks...

#2 Post by EternalHarvest »

setsunaseiei wrote:If I have a currently running macro that calls

Code: Select all

pause 60
then within the same period another automacro triggers. What will happen?
The same as with macro that doesn't call "pause": http://openkore.com/index.php/Macro#Automacros

Code: Select all

call foo
log foo is done!
the foo macro is completed before logging the string, right?
Yes.

setsunaseiei
Human
Human
Posts: 38
Joined: 17 May 2011, 07:09
Noob?: No

Re: Macro forks...

#3 Post by setsunaseiei »

Thanks. Keep up the good work.
オペンコレ!

Post Reply