Ideally - any game that has the score on the BG would not need to use the PinDMD, but would be using UVP instead. These would be the ones that we would want the .ShowPinDMD = 0 for.
Some tables use a differnet set of scripting commands such as Banzai Run, uses "Controller.command = True or Fale" and the .ShowPinDMD does not work with that.
For Instance - Back to the Future:
Error: Object doesn't support this property or method: 'ShowPinDMD'
Script:
With Controller
.GameName = cGameName
If Err Then MsgBox "Can't start Game " & cGameName & vbNewLine & Err.Description:Exit Sub
.SplashInfoLine = "Back to the Future Collectors Edition" & vbNewLine & "VP911 by JPSalas v1.0"
.ShowTitle = 0
.ShowDMDOnly = 1
.ShowFrame = 0
.HandleMechanics = 0
.Hidden = 1
.ShowPinDMD = 0
On Error Resume Next
.Run GetPlayerHWnd
If Err Then MsgBox Err.Description
On Error Goto 0
End With
Just some things I found. No biggy
Edited by Zablon, 31 March 2012 - 09:40 PM.




Top













are all trademarks of VPFORUMS.