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

  1. editBox Config "Enter a color(0-255) for the selecting color" Ted::selectingCol
  2. if test $dlgResult != [cancel]
  3.    Ted::setSelectingColor $Ted::selectingCol
  4. endif
  5.