AbandonAllValleys

Script to drop all valleys

label abandonAllValleys
if city.fields.length = 0 goto done
execute "abandon " + city.fields[0].coords
if !$error goto abandonAllValleys

label done


ScriptExamples

AbandonAllValleys (last edited 2014-10-14 21:25:38 by Romulus)