home *** CD-ROM | disk | FTP | other *** search
/ Hacker 17 / HACKER17.ISO / Games / SSDemo.exe / data1.cab / Demo_Files / ted.vol / loadmatlist.cs < prev    next >
Text File  |  1999-04-07  |  206b  |  6 lines

  1. #openFile Ted::diskFile "Material Lists" *.dml
  2. editBox "MaterialList" "Enter material list name" Ted::diskFile
  3. if test $dlgResult != [cancel]
  4.     Ted::assignMatList $Ted::currFile $Ted::diskFile
  5. endif
  6.