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

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