Code: Select all
automacro catchDeal{
#working for single item only
console /(.*) added Item to Deal\: (?!Stem)(.+) x (.*)/i
call {
log Wrong Item
}
}I tried:
Code: Select all
console /(.*) added Item to Deal\: (?!Stem|?!Fabric)(.+) x (.*)/iCode: Select all
console /(.*) added Item to Deal\: (?!(Stem|Fabric))(.+) x (.*)/iAny help will be pretty much appreciated.
TIA!
