Improvement for your convenience
OTHER FUNCTIONS THAT ARE BUILT INTO ROBOT
To enable, you only need to press the corresponding buttons on the bot module !
We made your hobby more simple. Your formula right now can only contain a couple of lines. The rest is embedded in the built-in logic of the game.It will support your logic during the game.
Example :
##f$preflop##
WHEN BotsActionsOnThisRoundIncludingChecks > 1 and (hand$AA OR hand$KK) RaiseMax FORCE
##f$flop##
WHEN HaveNothing and NOT (HaveOverPair OR HaveTopPair OR HaveTwoPair OR HaveSet OR HaveTrips OR HaveFlush OR HaveStraight OR HaveStraightFlush OR HaveQuads OR HaveFullHouse) Fold FORCE
##f$turn##
WHEN Raises>=1 and (HaveQuads OR HaveFullHouse) RaiseMax FORCE
##f$river##
WHEN BetSize>=1 and (HaveQuads OR HaveFullHouse) Raise FORCE
The ends of the scripts should be open. If the formula contains code
WHEN Others Fold FORCE
WHEN Others
WHEN Others Fold FORCE
delete it, otherwise the embedded logic will not work.
The built-in profile was developed by us and has little in common with what is in Openholdem.
14.Built-in preflop
15.Built-in flop
16.Built-in turn
17.Built-in river
18.Built-in profile (all the streets)
Leave a Comment