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