For coding flushpossible on the flop, do I need to code "FlushPossible" or "FlushPossibleOnFlop?"
Same thing for the turn -- FlushPossible or FlushPossibleOnTurn.
FlushPossible
Re: FlushPossible
depends on your code section.Partypoker562 wrote: ↑Fri Jan 27, 2023 2:25 pm For coding flushpossible on the flop, do I need to code "FlushPossible" or "FlushPossibleOnFlop?"
Same thing for the turn -- FlushPossible or FlushPossibleOnTurn.
in f$flop use FlushPossible (for current board), on later streets, if you need, use FlushPossibleOnFlop (for board that was on flop)
FlushPossible is more common