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

  1. editBox "New Block" "Enter a block name" Ted::blockName
  2. if test $dlgResult != [cancel]
  3.    Ted::newBLock $Ted::currFile $Ted::blockName
  4. endif
  5.