tdBattlePetScript

tdBattlePetScript

389k Downloads

Allow checking of multiple of multiple buffs on an enemy by adding a or command " | "

Questionguy663 opened this issue ยท 1 comments

commented

Allow checking of multiple of multiple buffs on an enemy by adding a or command " | "

currently it's not easy to check for two buffs or debuffs before deciding if a move is a good idea having " | " to mean "and" could be the way to go

commented

Whilst it is usually possible to get around the need for an OR (|) comparator, it is a major headache and a glaring missing feature. That and parentheses/bracketing for expressions would be a huge improvement. I know parsing will become far more complicated adding such a feature, but it really does need it.