OpenZone 7.2 can automatically generate things like these when you export:
Code:
DELETE * FROM doors WHERE zone = "lelembeth";
INSERT INTO doors (doorid, zone, name, pos_y, pos_x, pos_z, heading, opentype, dest_zone) VALUES (1, "lelembeth", "ELF_DOOR_1", 1443.684, 391.200, 208.000, 463.644, 0, "NONE";)
INSERT INTO doors (doorid, zone, name, pos_y, pos_x, pos_z, heading, opentype, dest_zone) VALUES (2, "lelembeth", "ELF_DOOR_2", 1552.844, 748.074, 208.000, 335.644, 0, "NONE";)
INSERT INTO doors (doorid, zone, name, pos_y, pos_x, pos_z, heading, opentype, dest_zone) VALUES (3, "lelembeth", "ELF_DOOR_3", 1562.783, 741.342, 208.000, 335.644, 0, "NONE";)
This is why 7.2 is such a high priority for me
