home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 54 / ClassicFond54.iso / games / stars.rar / ted.vol / setgscale.cs < prev    next >
Text File  |  1999-02-19  |  179b  |  5 lines

  1. editBox "Ground Scale" "Enter a new value for the default ground scale" Ted::GroundScale
  2. if test $dlgResult != [cancel]
  3.    set SimTerrain::GroundScale $Ted::GroundScale
  4. endif
  5.