Reply To: Mustang (Stern 2014)LE Siggis Mod

#159560
Loserman76
Participant
    @loserman76
    vipMemberContributor

    ok – here’s the easy fix for the drop target issue (this is a similar issue I had with drop targets initially on my EMs):

     

    1. create a timer named “DropsTimerUp” and set it with interval of 500 and uncheck the enabled box. Place it among all the other timers on the playfield
    2. at like 400 in the script you should see “Sub Reset_Drops(Enabled)”. Replace that existing sub with this:

    Sub Reset_Drops(Enabled)
    If enabled Then
    DropsTimerUp.enabled=true
    End If
    End Sub

    3. add this code after that sub:

     

    Sub DropsTimerUp_Timer
    DropsTimerUp.enabled=false
    DTBank5.DropSol_On
    end sub

     

    I just played a game with this change and the drops all reset.

     

    -LM

     

     

     

    6 users thanked author for this post.

    ©2024 VPinBall.com

    Log in with your credentials

    Forgot your details?