} else if (logic.equals("InGameText")) {
l = new HelpBook();
} else if (logic.equals("GruntPuddle")) {
l = new GruntPuddle();
} else if (logic.equals("GruntCreationPoint")) {
l = new GruntCreationPoint();
}
if (l == null) return null;
try {
l.importFromWWD(logic, image, animation, data);
} catch (Exception e) {