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

  1. edit2Box "Assign Block" "Enter the coords for the block" "X" "Y" Ted::bX Ted::bY
  2.  
  3. if test $dlgResult != [cancel]
  4.    Ted::listBlocks $Ted::currFile Ted::blockName
  5.  
  6.    if test $dlgResult != [cancel]
  7.        Ted::assignBlock $Ted::currFile $Ted::blockName $Ted::bX $Ted::bY
  8.    endif
  9.  
  10. endif
  11.  
  12.