|
-
Dec 16th, 2010, 08:13 AM
#1
Thread Starter
New Member
Multi-ball code for Future Pinball.
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|