String text = Files.read("data/scripts/quests/_255_Tutorial/" + html, player);
if(text == null || text.equalsIgnoreCase(""))
{
text = "<html><body>File data/scripts/quests/_255_Tutorial/" + html + " not found or file is empty.</body></html>";
}
player.sendPacket(new TutorialShowHtml(text));
}