|
|
 Originally Posted by sauce123
i just want someone to modify bet pot so that it works for the numbers i want
maybe I'm missing something, but the script _dave_ wrote, that's on overcards, can be changed for each street. like you can have pot pot 2/3 1/2 or w/e.
This bit:
"
~MButton::
Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)
return
F18::
Pot(getid(),"1 0.8 0.8 0.8", "smallblind", 0, 0)
return
^MButton::
Pot(getid(),"1", "smallblind", 0, 0)
return
^!MButton::
Pot(getid(),"999", 1, 0, 0)
return
~RButton::
Pot(getid(),"1 0.75 0.66 0.66", "smallblind", "ssnl", 0)
return
"
|