Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
Hi!
I'm making a game with two player option.
When the game is over, both players will post the score on the scoreboard. And this is my problem. I want them to be in the same list, like:
1. Player 1 - 2,000 points
2. Player 2 - 1,000 points.
But I can't use two differents score modifiers, PL1Score and PL2Score, because then they will be in their own list. I want then in the same list.
I tried to have a score modifier for each player and when it's game over, I add the scores to another score modifier. But the players appear in the scoreboard like :
Player 1 & Player 2.
I'm really stuck at this.
How can I do this correctly?