/**
* initialize the introduction and start of the quest.
*/
private void step_1() {
final SpeakerNPC npc = npcs.get(NPC_NAME);
npc.addOffer("I don't sell anything!");
npc.addGoodbye();
npc.addJob("My current job is unimportant, I will be the king of Kalavan!");
/* player says hi before starting the quest */
npc.add(ConversationStates.IDLE,