tuto multiball ?

fastdraw

Inserted Coin
Joined
Dec 16, 2015
Messages
230
Reaction score
164
Points
56
Favorite Pinball Machine
afm mm cv
is there a tutorial for multi-multiball ?
when several multiballs are triggered, during a multiball, the drain is confused and can not correctly count the number of balls on the pf.(and even some balls remain blocked at the entrance to the drain
hmm.gif
)
with a simple multiball, it count well.
BIP or BallsOnPlayfield .... it's the same?
how to count the number of balls during a multi multiball with a total of 5 balls maximum on the PF.
 

Attachments

  • multiball.jpg
    multiball.jpg
    252 KB · Views: 125
Last edited:
Solution
Using a variable counting the balls in the background (I use BIP = BIP + 1) you can go as high as you want. You can also stop the variable from going above 5 this way. BIP is a variable that will keep track of the balls during play, but NOT COUNT them from the total balls played within the game, hence using two variables is the best way to go.


So, for each ball on the playfield (these must be added), use the BIP = BIP + 1 statement.



Using the drain, use BIP = BIP - 1 for each time a ball enters. Once BIP = 0, then no balls are on the playfield.


You'll also need to keep track of the balls counted with another variable such as Balls or any other variable you desire.
Using a variable counting the balls in the background (I use BIP = BIP + 1) you can go as high as you want. You can also stop the variable from going above 5 this way. BIP is a variable that will keep track of the balls during play, but NOT COUNT them from the total balls played within the game, hence using two variables is the best way to go.


So, for each ball on the playfield (these must be added), use the BIP = BIP + 1 statement.



Using the drain, use BIP = BIP - 1 for each time a ball enters. Once BIP = 0, then no balls are on the playfield.


You'll also need to keep track of the balls counted with another variable such as Balls or any other variable you desire.
 
Last edited:
Solution
General chit-chat
Help Users
You can interact with the ChatGPT Bot in any Chat Room and there is a dedicated room. The command is /ai followed by a space and then your ? or inquiry.
ie: /ai What is a EM Pinball Machine?
  • No one is chatting at the moment.
      Chat Bot Mibs Chat Bot Mibs: Flipper Hermann has left the room.
      Back
      Top