Reply To: Space Time (Bally 1972)

#204887
Rajo Joey
Participant
    @joey2001

    No, that’s not how it should work. It’s an issue with the score coding. I think you can fix it by doing a find and replace. Change B2SSetScore to B2SSetScorePlayer

    I tested it with one player and it seems to work.

    I change the lines 191-194 to:

    Controller.B2SSetScorePlayer 1,Score(1)
    Controller.B2SSetScorePlayer 2,Score(2)
    Controller.B2SSetScorePlayer 3,Score(3)
    Controller.B2SSetScorePlayer 4,Score(4)

    Line 1029 to:

    If B2SOn Then Controller.B2SSetScorePlayer Player,Score(Player)

    Lines 1303-1306 to:

    Controller.B2SSetScorePlayer 1,0
    Controller.B2SSetScorePlayer 2,0
    Controller.B2SSetScorePlayer 3,0
    Controller.B2SSetScorePlayer 4,0

    I hope, that this is correct. :unsure: :scratch:

    ©2026 VPinBall.com

    Log in with your credentials

    Forgot your details?