⇤ ← Revision 1 as of 2013-08-03 06:31:58
Size: 144
Comment:
|
Size: 218
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
AbandonAllValleys | == AbandonAllValleys == Script to drop all vallys |
Line 4: | Line 5: |
label abandonAllValleys x = city.fields.length if x execute "abandon "+FieldIdToCoords(city.fields[0].id) x = x-1 if x >=0 goto abandonAllValleys |
|
Line 5: | Line 11: |
label abandonAllValleys x = city.fields.length if x execute "abandon "+FieldIdToCoords(0) x = x-1 |
AbandonAllValleys
Script to drop all vallys
label abandonAllValleys x = city.fields.length if x execute "abandon "+FieldIdToCoords(city.fields[0].id) x = x-1 if x >=0 goto abandonAllValleys