home *** CD-ROM | disk | FTP | other *** search
/ Hacker 17 / HACKER17.ISO / Games / SSDemo.exe / data1.cab / Demo_Files / ted.vol / setgscale.cs < prev    next >
Text File  |  1999-04-07  |  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.