Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Ignore:
Timestamp:
06/24/08 05:26:11 (4 years ago)
Author:
alex
Message:

changed all scripts to use only line 1 of member comments for the alex linked scripts path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib2/aleXtrasMovieScript.ls

    r163 r182  
    287287      memref = member(m, cl) 
    288288      if memref.type = #script then 
    289         put "Membername:" && memref.name & TAB & "("&memref.comments&")" & Return after str 
     289        put "Membername:" && memref.name & TAB & "(" & line 1 of memref.comments & ")" & Return after str 
    290290      end if 
    291291    end repeat 
     
    335335      if memref.type = #script then 
    336336        memname = memref.name 
    337         comm = memref.comments 
     337        comm = line 1 of memref.comments 
    338338        if comm.length then 
    339339           
Note: See TracChangeset for help on using the changeset viewer.