final StendhalRPZone zone = fullpath.get(0).first();
final int x=fullpath.get(0).second().get(0).getX();
final int y=fullpath.get(0).second().get(0).getY();
piedpiper.setPosition(x, y);
piedpiper.pathnotifier.setObserver(
new MultiZonesFixedPath(piedpiper, fullpath,
new NPCFollowing(ThePiedPiper.getMainNPC(), piedpiper,
new NPCChatting(ThePiedPiper.getMainNPC(), piedpiper, this))));
piedpiper.setPath(new FixedPath(fullpath.get(0).second(), false));
zone.add(piedpiper);
}