ChatAction reward = new MultipleActions(
new IncreaseKarmaAction(15),
new IncreaseXPAction(400),
new SetQuestAction(QUEST_SLOT, 0, "done"),
new EquipItemAction("empty scroll", 5),
new SetHallOfFameToAgeDiffAction(QUEST_SLOT, 1, "P"),
loadSignFromHallOfFame);
npc.add(ConversationStates.ATTENDING, Arrays.asList("paper", "chase"),
new AndCondition(new QuestInStateCondition(QUEST_SLOT, 0, "Fidorea"), new SystemPropertyCondition("stendhal.minetown")),
ConversationStates.ATTENDING,