Jump to content

Is Their A Way To Remove High Score Prompt?


Recommended Posts

I asked this once before on that "other" site and it got ugly, so I thought since this site is a little more "relaxed" lets say maybe someone here could help.  I hate the score box poping up all the time, especially for tables that have no way of displaying the high score anyway. Like EM tables!  iS There a way to remove/ prevent this popup?  Is there a version of FP that does not have it?

Link to comment
Share on other sites

You can do it on a table by table basis. I removed the stock one for both my tables (arcade mayhem and ghostbusters) and replaced it with one in the DMD. Can't remember off hand the exact process but you can probably work out the just if you follow the script In those tables. Easier option might just be to set the default high score to something crazy in the table options?

Link to comment
Share on other sites

  • 3 weeks later...

like Pod said it has to be done in each table script. In FP I just added a variable SkipHSentry=True and at Sub EndOfBallTimer_Expired()  I added  (in red)  

 

     If BallsRemaining(CurrentPlayer) <= 0 AND SkipHSentry = False Then              
            bEnteringAHighScore = True: EnterHighScore(CurrentPlayer)
        Else

 

But if you already have a bunch of tables, it's a pain.

Link to comment
Share on other sites

  • Content Provider

I asked this once before on that "other" site and it got ugly, so I thought since this site is a little more "relaxed" lets say maybe someone here could help.

 

You can say the "other" sites name here, VPForums.org is the site with the restrictions.

 

We are talking about VPForums.org right?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...