Author Topic: Player movement page  (Read 4834 times)

Chief2

  • Newbie
  • *
  • Posts: 8
    • View Profile
Player movement page
« on: March 10, 2013, 09:20:57 AM »
when someone busts out and another player has to change tables, how do I get the program to go to table seating page ( F4) instead of player movement page....
thanx

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Player movement page
« Reply #1 on: March 10, 2013, 12:04:49 PM »
I'm on vacation at the moment, so I'm probably not thinking clearly ... but I don't think you can do this today.  You *can* do it in version 3.2, which is currently still in beta.  In 3.2, you would do this:

- Create a new Screen Set (call it "Seating Chart after movement" or something...)
- Add the Seating Chart screen to that Screen Set
- Press the Conditions button to set the conditions for this Screen Set
- Check the "Use Advanced conditions"
- Set the conditions to:

lastPlayerMoveTime < 30

That will show the Seating Chart screen for 30 seconds after a player movement suggestion is accepted.

Chief2

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Player movement page
« Reply #2 on: August 14, 2013, 11:22:59 AM »
I'm sorry but I can't get this to work is there a step by step someplace

thanx

T-Bone

  • Full Member
  • ***
  • Posts: 173
    • View Profile
Re: Player movement page
« Reply #3 on: August 17, 2013, 06:02:52 AM »
You're right, C2, this doesn't appear to work.
If it ain't naked, deep-fried or poker-related, I ain't interested!

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Player movement page
« Reply #4 on: August 19, 2013, 03:49:05 PM »
I told you wrong.  Sorry.  Set the Conditions to:

(time - lastPlayerMoveTime) < 30

Dr.Registry

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Player movement page
« Reply #5 on: January 16, 2019, 04:41:06 PM »
Hello,
(Sorry for my bad english  :P.

I want to display the screen movemnt for 30s after a player movement suggestion is accepted and no table break.
How can i complete this condition to test if the number of tables does not change ?

And if I want to display the screen movemnt for 60s after a player movement suggestion is accepted and a table breaks.
How can i complete this condition to test if a table has broken ?

I don't know if it's possible.

Thanks for your response.

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Player movement page
« Reply #6 on: January 22, 2019, 10:17:02 PM »
Unfortunately there isn't a way to do this.  There isn't a Condition variable that can be used to tell if the last player move involved breaking down any tables or not.  I'll add this to my list for post-3.5 work.

Dr.Registry

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Player movement page
« Reply #7 on: January 23, 2019, 03:07:01 PM »
Unfortunately there isn't a way to do this.  There isn't a Condition variable that can be used to tell if the last player move involved breaking down any tables or not.  I'll add this to my list for post-3.5 work.

Nice  ;).

Another question please :  8)
We play tournament with a number of 8 players by table.
When there are 13 players left, or 12 or 11 or 10, a message is displayed by event to take care of changing the number of players of the last table (table 1) to 9 players to play the final table with 9 rather 8. But i must change this manually.
Is there a way to automatically change the number of players of this last table to 9 players when this event occurs ? And if not, can you see if you can include this request in the 3.5 version ?

Thanks a lot.


Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Player movement page
« Reply #8 on: January 23, 2019, 05:07:47 PM »
This one is more difficult.  Making changes to the tables configuration has a lot of implications and complexities.  I'll look into it but I won't make any promises.