• My Pages
  • Comments
  • Add Link
  • Subscribe
  • Subscribe User
  • Edit (Text)
  • Rename Page
  • Copy Page
  • Load Page
  • Save Page
  • Delete Page
  • Attachments
  • Check Spelling
  • Diffs
  • Info
  • Revert to this revision
  • XML
  • Render as Docbook
  • Print View
  • Raw Text
  • Delete Cache
  • Like Pages
  • Local Site Map
  • Remove Spam
  • Package Pages
  • Sync Pages
    • Diff for "AbandonAllValleys"
    Differences between revisions 1 and 2
    Revision 1 as of 2013-08-03 06:31:58
    Size: 144
    Editor: tech
    Comment:
    Revision 2 as of 2013-08-03 06:34:57
    Size: 218
    Editor: tech
    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

    AbandonAllValleys (last edited 2014-10-15 14:14:18 by Inanna)