- The script will enter unoPlayer branch, toggle the Uno Button on (line 513) and start the next player's turn.
- The next player's turn will be Skipped, toggle the Uno Button off (line 523) and start another player's turn.
Possible solution: Add a skipTurn variable to the logic so it checks for it before toggling the button off.
Possible solution: Add a
skipTurnvariable to the logic so it checks for it before toggling the button off.