PM Dicing with chips

For general discussion of the Poker Mavens software
Post Reply
Barry
Posts: 3
Joined: Tue Apr 21, 2015 3:55 pm

PM Dicing with chips

Post by Barry »

So, I made a dicing script.

How would I make it so that they dice a certain amount of chips and receive a certain amount of chips? how can I make this see the users chip balance?

Cheers.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: PM Dicing with chips

Post by Kent Briggs »

Barry wrote:How would I make it so that they dice a certain amount of chips and receive a certain amount of chips?
What do you mean by dicing? Do you mean rake?
Barry
Posts: 3
Joined: Tue Apr 21, 2015 3:55 pm

Re: PM Dicing with chips

Post by Barry »

Like, two people choose the amount they want to bet, they roll a dice, one rolls over 55 one rolls under 55, who ever rolls over 55 gets their chips doubles.

How would one do this?

I made a basic Dicing script in JavaScript, but can't figure out using the API itegration for PM, how I would go around doing this.
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: PM Dicing with chips

Post by Kent Briggs »

Barry wrote:I made a basic Dicing script in JavaScript, but can't figure out using the API itegration for PM, how I would go around doing this.
The API is only for performing administrative tasks, it does not provide client interface services. You can use it to add or withdraw chips from player accounts. That's about as far as any integration could go.
Post Reply