I am trying to figure out how to code a multi-ball session in future pinball.
The multi-ball should begin when the players score reaches a set value.
This is the code I have written for the sequence but it does not work.
If nvScore(CurrentPlayer) = nvScore(CurrentPlayer) + Points + 10000 Then
bMultiBallMode = True
BallsOnPlayfield = 3
BallsInLock = 3
Kicker1.CreateBall
Kicker1.SolenoidPulse
End If
Can any one help?
TY.![]()


Reply With Quote
the people who helped you and mark your forum RESOLVED when you're done! 
