Jump to content



Photo
- - - - -

Having trouble scripting cases with drop targets

case drop targets

  • Please log in to reply
No replies to this topic

#1 mystman12

mystman12

    Enthusiast

  • Members
  • PipPipPip
  • 73 posts

  • Flag: ---------

  • Favorite Pinball: White Water

Posted 28 December 2013 - 12:41 AM

So, I have some drop targets, and I want it so that during multiball, a some lights come on, and shooting the center drop target (the third one) awards a super jackpot. I have it scripted like this:

 

If LGT_MISSION.State = BulbBlink AND LGT_ROUND.State = BulbBlink THEN 'LGT_MISSION and LGT_ROUND are lights which indicate the super jackpot

Select Case(fpEventID)
Case 1:
Case 2:
Case 3:
SuperJackpot
Case 4:
Case 5:
End Select
End If

I know the super jackpot event works, becuase it used to be triggered by something else, but I just can't figure out what's wrong. Any help?

 

Edit: Nevermind, I found the problem. I think I was hitting the wrong drop target. :P Could a moderator delete this?


Edited by mystman12, 28 December 2013 - 02:29 AM.

"What is life anyway, when compared to the immortality of a high score?" - Soos, from Gravity Falls
tilt!tilt!tilt!3.gif
I'm working on a Future Pinball game, called Joe's Ultimate Bus Ride! Check out my blog if you want to know more!





Also tagged with one or more of these keywords: case, drop targets