As the button how can I tell if I am really the last to act on the round?
Situation example, fold, fold, call, call, raise, raise, call, fold, now it's my turn.
I have two callers and the initial raiser still to act.
How do I know they are there are three players still to act?
Thoughts (Raises > 1 OR Calls > CallsSinceLastRaise).
Last to Act preflop
Re: Last to Act preflop
yes, i think (Raises-1 + Calls - CallsSinceLastRaise)rem54 wrote: ↑Wed Aug 02, 2023 1:03 pm As the button how can I tell if I am really the last to act on the round?
Situation example, fold, fold, call, call, raise, raise, call, fold, now it's my turn.
I have two callers and the initial raiser still to act.
How do I know they are there are three players still to act?
Thoughts (Raises > 1 OR Calls > CallsSinceLastRaise).