assertEquals("I run this windmill, where I can #mill people's #grain into flour for them. I also supply the bakery in Semos.", getReply(npc));
assertTrue(en.step(player, "grain"));
assertEquals("There's a farm nearby; they usually let people harvest there. You'll need a scythe, of course.", getReply(npc));
assertTrue(en.step(player, "help"));
assertEquals("Do you know the bakery in Semos? I'm proud to say they use my flour. But the wolves ate my delivery boy again recently... they're probably running out.", getReply(npc));
assertTrue(en.step(player, "mill"));
assertEquals("I can only mill a sack of flour if you bring me 5 #'sheaves of grain'.", getReply(npc));