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

  1. editBox Config "Enter the name of the camera moveObj" Ted::camName
  2. if test $dlgResult != [cancel]
  3.   Ted::setCamera $Ted::camName
  4. endif
  5.