Hi There
When i run my game in pie turns work properly between player 1 and player 2 etc. but when i run a standalone game(not mode in pie) it wont change the player turns and both players are stuck waiting. Any idea why this is? I’m pretty new to this so any pointers appreciated.
Game Mode:
First I get the number of players and verify they are in game to start the game
Second. I get whose turn it is and start start turn client. I get the current player this way as the value will be switched upon end turn.
These lead into the player controller.
Player Controller:
This should set the current players turn to true. The widgets are bound to the event set turn
Let me know if you need any more information.
Thanks