Off the top of my head:
Create a new drop down type profile field with display or hide or whatever you want to call them as options. (each choice will be represented by a # ... I forget if the first choice is 0 or 1 though)
In your postbit template, you will need to add IF tags around the html for the arcade scores. So it will be something like this:
HTML Code:
<if condition="$post[field5] == 1">
$arcadehighscores
<else />
</if>