Code: Select all
WHEN HandIsHeadsup AND InSmallBlind AND Raises >= 1 AND OpponentsAtTable = 2 AND (BotsLastAction = Raise) AND (RaisesSinceLastPlay = 1) AND listOfHands1 RaiseMax Force
WHEN HandIsHeadsup AND InSmallBlind AND Raises >= 1 AND OpponentsAtTable = 2 AND StillToAct = 1 AND (BotsLastAction = Raise) AND (RaisesSinceLastPlay = 1) AND listOfHands2 Fold FORCE
Does it mean the opponent is Allin and cannot do further actions?
If I have the same hand in both lists, I believe the RaiseMax action is always executed as the result would be true in both cases, right?