jejepinballnirvana
Pinball Player
- Joined
- Jun 20, 2019
- Messages
- 12
- Reaction score
- 14
- Points
- 9
- Favorite Pinball Machine
- White water
jejepinballnirvana submitted a new resource:
Kratos God of War (Original 2018) B2S - Backglass for Kratos God of War
Read more about this resource...
Kratos God of War (Original 2018) B2S - Backglass for Kratos God of War
Backglass for the table Kratos God of War by spookyMoulder.
Score display and image on DMD screen.
For display B2S, add this lines into the table script :
Dim Controller
On Error Resume Next
Set Controller = CreateObject("B2S.Server")
Controller.B2SName = "Kratos"
Controller.Run
On Error Goto 0
Sub Table1_Exit()
Controller.Pause
Controller.Stop
End Sub
For display the score on backglass, add this line into the table script, into AddScore sub :
Controller.B2SSetScore...
Read more about this resource...