Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Player score variables not initialized on start up #1465

Open
cfbenn opened this issue Nov 29, 2019 · 1 comment
Open

Player score variables not initialized on start up #1465

cfbenn opened this issue Nov 29, 2019 · 1 comment

Comments

@cfbenn
Copy link
Contributor

cfbenn commented Nov 29, 2019

When a game initially loads and goes into attract mode, a text widget will show the player variables (player1|score), (player2|score), (player3|score), (player4|score) show as text. When the game starts, the variables are reset to 0.

@jabdoa2
Copy link
Collaborator

jabdoa2 commented Dec 26, 2019

Player variables do not exist at all outside of a game. Unfortunately, this is evaluated in MPF-MC and would require some major refactoring to get this right. Most code for text template replacement already exists in MPF for segment displays. But evaluation of MC texts would have to move to MPF as well. However, we might be able to fix this particular issue (but not the overall source of the issue).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants