Recreation Sounds

Francisco Pozo Robles

Pinball Wizard
Joined
Sep 27, 2008
Messages
32
Reaction score
28
Points
24
Hi everyone:

I need to create a "special8" sound for one of my Gottlieb's 1954 recreations, specifically " Jockey Club"

but I only have up to "special5" in my fpSounds Libraries. How this could be done?



Gracias.
 
I guess it's for the case where you win 8 replays.
So
Create a timer named FreeReplay
FreeReplay.UserData = FreeReplay.USerData +8
FreeReplay.Enabled = True: FreeReplay_Expired
FreeReplay_Expired()
PlayMusic Knocker
... (add credits, ...)
FreeReplay.UserData = FreeReplay.USerData -1
If FreeReplay.UserData = 0 Then FreeReplay.Enabled = False
End Sub
 
Muchas gracias por tu respuesta.
Since I only work with the FP platform, my question is:
After creating the timer, where would I add the scripts you sent me?
Sorry for my ignorance.
 
Each times you win replay(s), you have to add this script
For example:
If Score > xxxx Then
FreeReplay.UserData = FreeReplay.USerData +x (the number of won replays)
FreeReplay.Enabled = True: FreeReplay_Expired
End If
And somewhere in your script, you have:
FreeReplay_Expired()
PlayMusic Knocker
... (add credits, ...)
FreeReplay.UserData = FreeReplay.USerData -1
If FreeReplay.UserData = 0 Then FreeReplay.Enabled = False
End Sub
 
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:
    DrazeScythe has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    Torntabittz has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    brotherboard has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    GARRY040 has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    BL2K has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    Chilldog has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    rodneyfitz has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    ace19120 has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    Tomasaco has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    Greek_Jedi has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    Beermano has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    02browns has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    nitram1864 has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    aeponce has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    JEAN LUC has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    lorenzom has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    maxangelo19 has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    Dragonslapper has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    royaljet has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    Tyfox has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    Goldtopboy has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    slick267 has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    dabreeze has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    Spike has left the room.
  • Chat Bot Mibs Chat Bot Mibs:
    Tofa has left the room.
      Chat Bot Mibs Chat Bot Mibs: Tofa has left the room.
      Back
      Top