Open m-i-k-e-e opened 5 months ago
@francisdb - have we seen this issue before? I thought people do checks like this all the time.
@m-i-k-e-e - This looks wrong, no space between the 0
and Then
vpmColourised
is actually ""
and vbscript does not support If "" Then
. Values like "0" or "true"
work
Controller.Games(cGameName).Settings.Value("dmd_colorize")
on windows returns 0 because vpinmame comes with some default settings
Not sure I picked the correct locations but pretty sure these are set up by default
@jsm174 is this something you would want to add to standalone?
@m-i-k-e-e a rebase should fix the build checks, but not a big deal as this was a known issue
I wonder if all the other recent bigus tables have this issue.
assuming int as boolean was not working