For some reason, when first starting the scenario, it gave me some score, but not showing on the highscore table when pressing H. After restarting, it showed me as well.
score = new ScoreBoard(getWidth(), getHeight());
UserInfo myInfo = UserInfo.getMyInfo();
if (myInfo.isStorageAvailable() && myInfo.getUserName().equals("Nosson1459"))
{
// things for me
}UserInfo myInfo = UserInfo.getMyInfo();
if (myInfo.isStorageAvailable() && myInfo.getUserName().equals("Nosson1459"))
{
// things for me
}if (myInfo.isStorageAvailable())
{
UserInfo myInfo = UserInfo.getMyInfo();
if (myInfo.getUserName().equals("Nosson1459"))
{
//things for me
}
}