trough ball count #33
Unanswered
Lieven-Funsystems
asked this question in
Q&A
Replies: 1 comment 2 replies
-
if you set min_balls: to 3 as you did above then a game will not start if there are not enough balls in the trough. What I do is post a screen message when the player presses start if there are not enough balls. A better solution would be to run ball search manually as well. Please note that in MPF ball search is enabled during attract mode so this should run automatically. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi i want to let the player now that there have to be enough balls in the through to start a play.
balls_installed: 3
min_balls: 3
mode_attract_started{ball_device.bd_trough.balls!=3}: add_balls does not work
i tried with available_balls==3, ball_count==3 but no avail
what is the right syntax to know how many balls there are in the trough?
thanks,
Lieven
Beta Was this translation helpful? Give feedback.
All reactions