Ok I have been running this script for months in sinking sands with no trouble. Today I added a section for antonica and got that working fine. Then when i went back to Sinking sands i got errors. Here is the offending section
[The Sinking Sands]
UseWayPoints = True
RelaxedRadius = False
MaxWander = 40
Numofpoints = 76
**REMOVED WAYPOINTS**
COLLECT = ?
ORE = eroded ore
STONE = sand scoured stone
WOOD = arid timber
SHRUB = parched shrubbery
FUNGI = dune fungi
ROOTS = sun bleached roots
DEN = beast den
FISH = clutch of fish
MISC = withered bones
[Antonica]
UseWayPoints = True
RelaxedRadius = False
MaxWander = 40
Numofpoints = 15
**REMOVED WAYPOINTS**
COLLECT = ?
ORE = callous ore
STONE = sandwashed rock
WOOD = wind felled tree
SHRUB = plains shrubbery
FUNGI = plains fungi
ROOTS = plains roots
DEN = critter den
FISH = shoal of fish
MISC = withered bones
All i did was add the antonica section below the sinking sands one.
Now the log file when set to debug lvl 10 gives this just before the crash:
[04/02/2006 19:18:23] *****
[04/02/2006 19:18:23] ************** Start Processing Zone Section **************
[04/02/2006 19:18:23] Zone: exp01_rgn_sinking_sands
[04/02/2006 19:18:23] In GetVal with exp01_rgn_sinking_sands,stone,UnDefined
[04/02/2006 19:18:23] End GetVal with UnDefined
[04/02/2006 19:18:23] In GetVal with exp01_rgn_sinking_sands,ore,UnDefined
[04/02/2006 19:18:23] End GetVal with UnDefined
[04/02/2006 19:18:23] In GetVal with exp01_rgn_sinking_sands,shrub,UnDefined
[04/02/2006 19:18:23] End GetVal with UnDefined
[04/02/2006 19:18:23] In GetVal with exp01_rgn_sinking_sands,collect,UnDefined
[04/02/2006 19:18:23] End GetVal with UnDefined
[04/02/2006 19:18:23] In GetVal with exp01_rgn_sinking_sands,wood,UnDefined
[04/02/2006 19:18:23] End GetVal with UnDefined
[04/02/2006 19:18:23] In GetVal with exp01_rgn_sinking_sands,roots,UnDefined
[04/02/2006 19:18:23] End GetVal with UnDefined
[04/02/2006 19:18:23] In GetVal with exp01_rgn_sinking_sands,den,UnDefined
[04/02/2006 19:18:23] End GetVal with UnDefined
[04/02/2006 19:18:23] In GetVal with exp01_rgn_sinking_sands,fish,UnDefined
[04/02/2006 19:18:23] End GetVal with UnDefined
[04/02/2006 19:18:23] In GetVal with exp01_rgn_sinking_sands,misc,UnDefined
[04/02/2006 19:18:23] End GetVal with UnDefined
[04/02/2006 19:18:23] In GetVal with exp01_rgn_sinking_sands,fungi,UnDefined
[04/02/2006 19:18:23] End GetVal with UnDefined
[04/02/2006 19:18:23] In GetVal with exp01_rgn_sinking_sands,usewaypoints,NotFound
[04/02/2006 19:18:23] End GetVal with NotFound
[04/02/2006 19:18:23] *****
[04/02/2006 19:18:23] Zone undefined exp01_rgn_sinking_sands Exiting script!
What have I done?

The antonica part still works, but even if i remove it.... sinking sands does not.