other_symbols - OpenHoldem/openholdembot GitHub Wiki
| Name | Meaning | Limitations |
|---|---|---|
| IsFinalTable | We are at the final table of a tournament | Works only with OpenHoldem 2.2.0.+ and at casinos where the final table and normal tables can be visually distinguised. See the tablemap-symbol s$isfinaltable. |
| Others |
Always true - mainly used for |
None |
| Random | Returns a random number in the range [0..100] |
Gets evaluated new each time it gets used. So be careful if you code sequences of random actions. If you need a random function that stays constant for some time you could use the OpenHoldem symbols
But be careful: OpenHoldems random symbols are in the range [0..1] |