eventMacro "Console"

International

Moderator: Moderators

Message
Author
tronix04
Noob
Noob
Posts: 7
Joined: 25 Aug 2017, 06:55
Noob?: Yes

eventMacro "Console"

#1 Post by tronix04 »

macros have been changed, last time im using openkore and making macros, there is console condition in macros, is there equivalent condition in the new eventmacros?

console ("<text>" | /<regexp>/)
Triggers when <text> is received on console or the text received matches <regexp>.
The i switch means the regexp is case-insensitive.

Example:

automacro testing {
Console /Target died/
run-once 1
call testing
}

macro testing {
do e heh
release all
}

pizzatopping
Human
Human
Posts: 35
Joined: 30 Jul 2017, 02:34
Noob?: Yes

Re: eventMacro "Console"

#2 Post by pizzatopping »

tronix04 wrote:macros have been changed, last time im using openkore and making macros, there is console condition in macros, is there equivalent condition in the new eventmacros?

console ("<text>" | /<regexp>/)
Triggers when <text> is received on console or the text received matches <regexp>.
The i switch means the regexp is case-insensitive.

Example:

automacro testing {
Console /Target died/
run-once 1
call testing
}

macro testing {
do e heh
release all
}


Are you saying console doesn't work? My macros will trigger with regex or text

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: eventMacro "Console"

#3 Post by Mortimal »

eventMacro do not have console trigger
Please use pin function for uploading your file contents!

pizzatopping
Human
Human
Posts: 35
Joined: 30 Jul 2017, 02:34
Noob?: Yes

Re: eventMacro "Console"

#4 Post by pizzatopping »

Oh I see it's a different plugin

Post Reply