I have a doubt about the usage of condition var on automacros.
What vars can I use? Can I use config.txt vars?
I tried:
Code: Select all
automacro Test {
var @config (attackDistance) > 0
call {
log Your attackDistance is greater than 0
stop
}
}
Thanks in advance