so i have 3 files like so
Code: Select all
# macro.txt
!include macro-good.txt
!include macro-evil.txt
Code: Select all
# macro-good.txt
automacro good {
timeout 5
call {
log i am a good macro that does nice things
}
}
Code: Select all
# macro-evil.txt
automacro evil {
timeout 9999
base = 9999
call {
log EPIC FAIL !!!!!!!!1111111111111
}
}
log i am a good macro that does nice things
but instead its running
log EPIC FAIL !!!!!!!!1111111111111
so that the whole bug
if anyone has questions Just Ask !!