How can I use local titles instead of the set tiles eg. in an instance area the local tiles are always the same, but the main tiles change so it is easier to use local tiles. (EDIT: in this instance anyway, not sure about other instances) How can this be done?
Current: Area area = new Area(x, y, x, y);
Is somthing like this possible:
Area area = new Area(LocalX x,LocalY y,LocalX x,LocalY y);