--******************************************************************************
--*  UndoSelection 1.0               for Max 4.2                               *
--*  by Ofer Zelichover (c) 01/2002                                            *
--*  www.tdp.nu/ofer   ;   ofer_z@hotmail.com                                  *
--*                                                                            *
--*  based on idea by Jim Jagger                                               *
--******************************************************************************
--*  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                                                                *
--* -------------                                                              *
--* Adds an undo/redo feature only for selection (doesn't affect max's undo).  *
--*                                                                            *
--******************************************************************************
--* History, Status and Known issues                                           *
--* ----------------------------------                                         *
--* created : 05/01/2002                                                       *
--*                                                                            *
--* Known issues:                                                              *
--*                                                                            *
--*Need to add:                                                                *
--*                                                                            *
--******************************************************************************
--* Isntallation:                                                              *
--* --------------                                                             *
--*    put:                                                                    *
--*        undoSelection.ms         - in the <max_root>\scripts\startup folder *
--*                                                                            *
--*   Restart max. You will find it in the customize user interface under      *
--*   "Os Tools" category. You can now assign the undo/redo Selection scripts  *
--*   to buttons, menus, keyboard shortcuts or quads.                          *
--******************************************************************************


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