home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / Train.dxr / Internal_3.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  316 b   |  16 lines

  1. on eat
  2.   temp = []
  3.   repeat with i = 1 to member("ass").text.char.count
  4.     temp.add(member("ass").text.char[i].symbol)
  5.   end repeat
  6.   return temp
  7. end
  8.  
  9. on eat2
  10.   temp = []
  11.   repeat with i = 1 to member("word list").text.line.count
  12.     temp.add(member("word list").text.line[i].symbol)
  13.   end repeat
  14.   return temp
  15. end
  16.