then switch back to original config.txt when it gets enough meat..
but itskeep switching config_2.txt even i have enough meat
oh why

automacro noMeat {
inventory "Meat" < 10
timeout 30
call {
do switchconf tif\control\config_2.txt
stop
}
}
automacro enoughMeat {
inventory "Meat" > 30
timeout 30
call {
do switchconf tif\control\config.txt
stop
}
}