public void addToStarterNPCs() {
SpeakerNPC npc = npcs.get("Fidorea");
ChatAction startAction = new MultipleActions(
new SetQuestAction(QUEST_SLOT, 0, points.get(0)),
new SetQuestToPlayerAgeAction(QUEST_SLOT, 1),
new SetQuestToYearAction(QUEST_SLOT, 2));
// Fidorea introduces the quests
npc.add(
ConversationStates.ATTENDING,