I have edited the campaign map and supporting files with no problem, adding or taking away provinces, but when I try to create a whole new map I get many problems, most of which I am able to sort out (small things like people in water etc.), but then there is this one. 'Could not create settlement at script line 2001' I have had the same error with different settlements and have fixed it by commenting out the settlement in question in descr_strat and descr_regions, it has then moved on to the next problem. Now here is the problem, when i comment out this settlement instead of going back the provincial campaign screen it just totaly crashes back into windows with no error report.

This is the settlement from line 2001 descr_strat.

settlement
{
level large_town
region Cappadocia "this is line 2001"

year_founded 0
population 2400
settlement_tax 51
plan_set default_set
faction_creator parthia
building
{
type core_building governors_villa
}
building
{
type defenses wooden_pallisade
}
building
{
type missiles practice_field
}
building
{
type market trader
}
}

Any help on this would be much appreciated.

Rain