Hi, I'd like to create a stat for my hud that Adjusts M by how many players are still to act. Basically I'd like it to display M multiplied by the following numbers based on position
UTG 9X
UTG+1 8x
UTG+2 7x
MP 6x
MP+1 5x
CO 4x
BTN 3X
SB 2X
BB 1X
I have 2 questions
1) does PT3 know my current position or does it only know my position in my last hand?
2)I understand that the final operation would need to go in the stats section, but in order to do this I'm going to need some operation that takes the current position and translates that into the correct multiplayer, where would this function go?
sorry, im sure I sound stupid. I've programed in R but this language isn't intuitive to me at all
