- Joined
- May 3, 2016
- Messages
- 3,131
- Solutions
- 7
- Reaction score
- 2,488
- Points
- 145
- Favorite Pinball Machine
- Attack From Mars
I have a subroutine "CheckLightSettings()" that turns on the lighting on my table. I can set up a keycode and press it to run this subroutine after the game starts and the lighting turns on. So I figure I can add a call to run the sub when you press the start game key and make it run instead of having to press the keycode. For some reason, the sub won't run. So I decided to add a timer to make the sub run a little after the game start key is pressed. That didn't work either. The only thing that makes the sub run is to use a keycode that contains "CheckLightSettings()".
Have any of you guys ever experienced a problem like this? I admit that my lighting is pretty complex but it seems like any time you add a call to run a sub it should run. The lighting includes a flasher that is set up to be a spotlight which is one of the lights that won't turn on.
Have any of you guys ever experienced a problem like this? I admit that my lighting is pretty complex but it seems like any time you add a call to run a sub it should run. The lighting includes a flasher that is set up to be a spotlight which is one of the lights that won't turn on.
Last edited: