Hello!
So I’m working on a multiplayer casino in UE4 (I don’t want to publish it, I’m making it just for fun and to get some experience). So I figured out the logic of the blackjack… sort of… My problem is how should I make the rounds? So two guy sits to the table and the game checks if there are one, two or more people. My idea here is to make 7 seats to the players and if somebody sits to the 4th seat he will be the fourth player, if someone sits into the 2nd seat he will be the second player and so on. So If I achieve that somehow, than it will be more easier to make everything int the blackjack logik like, 2nd player’s choice to stop or double, or give him a card and then the game will give him a card. Soo… I need some ideas how to achieve that if a player sits into e.g. the third seat then he wil be the third player. Should I change player controller or give tags? I don’t know.