}
private void setupTaxman() {
final SpeakerNPC taxman = SingletonRepository.getNPCList().get("Mr Taxman");
taxman.addReply("tax", "All house owners must #pay taxes to the state.");
taxman.add(ConversationStates.ATTENDING,
"pay",
new ChatCondition() {
public boolean fire(final Player player, final Sentence sentence, final Entity npc) {