Quick Question

I’m making a module for a quick little game. I just need it so that like on a lot of modules there are buttons in the toolbar that they click to open a window they can draw cards into and only they see them. Doesn’t have to be fancy there’s not a lot of manipulation in it. I’ve already got my sides defined as player 1 player 2 ect… And the cards themselves are in a deck in the main play area.

What you would do is create a private window for each player. Make sure that each window is restricted to just the player who can see it. Apply the same hotkey to all the windows and a toolbar button that fires that hotkey. Normally, this would open all the windows as they all have the same hotkey but since each window is restricted to a specific player, only the window that’s restricted to the player that clicked the toolbar button will open.