$_SESSION['arcade']['highscore'] = array(
'id' => score id,
'position' => save position,
'game' => game id,
'newChampion' => new champion,
'personalBest' => is Personal Best,
'score' => score,
'start' => highscore page index,
'saved' => was score saved to database
);