--******************************************************************************
--*  Check List 0.32                 for Max 4.2                               *
--*  by Ofer Zelichover (c) 12/2001                                            *
--*  www.tdp.nu/ofer   ;   ofer_z@hotmail.com                                  *
--*                                                                            *
--*  based on idea by Jeremy Pearson                                           *
--******************************************************************************
--*  You may use this script freely as you see fit.                            *
--*  You may use parts or the script as a whole in your own scripts.           *
--*  (it would be nice if you give me a credit if you do so ;))                *
--******************************************************************************
--*  This script comes with no waranty!                                        *
--*  Although I tried this script and couldn't find any problems with it, I can*
--*  in no way be held responsible for any kind of loss or damage, whether     *
--*  direct or indirect, due to the use of this script.                        *
--*                                                                            *
--*  ********************************************************************      *
--*  *** IF YOU DON'T LIKE THE ABOVE STATEMENT, DON'T USE THIS SCRIPT ***      *
--*  ********************************************************************      *
--*                                                                            *
--*  **** This script was written for max 4.2 and wasn't tested on other ****  *
--*  **** versions of max.                                               ****  *
--*                                                                            *
--*  If you find any bugs in this script, please let me know.                  *
--******************************************************************************
--* Description                                                                *
--* -------------                                                              *
--* Creates a "todo" check list that saves with the max scene.                 *
--*                                                                            *
--******************************************************************************
--* History, Status and Known issues                                           *
--* ----------------------------------                                         *
--* created : 20/12/2001                                                       *
--* update: 21/12/2001 ver 0.2                                                 *
--*   - fixed major scope bugs that wouldn't start the script.                 *
--* update: 21/12/2001 ver 0.3                                                 *
--*   - added edit and multiple delete items features.                         *
--* update: 21/12/2001 ver 0.31                                                *
--*   - major change: no more sturct usage (it can't be saved as persistent    *
--*     global), from here on just an array of arrays.                         *
--* update: 21/12/2001 ver 0.32                                                *
--*   - fixed a bug that caused an error when checking/unchecking the check box*
--*                                                                            *
--* Known issues:                                                              *
--*  this is a W.I.P more fault checking and features are needed.              *
--*                                                                            *
--*Need to add:                                                                *
--*                                                                            *
--******************************************************************************
--* Isntallation:                                                              *
--* --------------                                                             *
--*    put:                                                                    *
--*        checkList-v0_32.ms          - anywhere                              *
--*                                                                            *
--*   after you run the script you will find it in the customize user interface*
--*   under "Os Tools" category.                                               *
--*                                                                            *
--******************************************************************************

files in this zip:
  checkList-v0_32.ms	- the script file
  readme.txt 		- this file