Thanks Link

worked like a charm.
So, should anyone need to use the alternate way of incorporating smilies/vbcode in their high score lists..
In proarcade.php, look for:
$lb_comment = $sb_loop[comment];
Change the line to:
$lb_comment = bbcodeparse2($sb_loop[comment],1,1,1,1);
Then look for:
$lb_comment = $tsb_loop[comment];
And change that line to:
$lb_comment = bbcodeparse2($tsb_loop[comment],1,1,1,1);