Reason:
The police in my server gives five chances to answer antibot questions. My bot can answer, but not 100% accurately. It answers through automacros. When your reach the final question, the line "fïve of fïve" will be logged on console. If possible I want to create an automacro that stops or cancels all other automacros from triggering when kore gets to the fifth question without getting any of the earlier ones correct.
Here is my template for the "assumed" macro:
Code: Select all
automacro almostjailed {
console /fïve of fïve/
priority 1
call {
do ???? <<<<<----------- THIS ONE?
do play C:\Whistle.wav
}
}