| AddCreator read/write
          property Sets/Gets flag that specifies if the script in the thread
          will have access to a Pack1Creator object (see the Creator
          namespace). 
        Syntax:
        
          object.AddCreator = value 
          variable = object.AddCreator  
         
          Arguments
          
            Boolean value - True means the a Creator object will be created
            and exposed to the script next time the script is started. False -
            no Creator namespace will be available. 
           
        Remarks:
        
          The property change will not take effect over already running
          thread. Should be changed before calling the Start
          method.  
         
        Applies to:   COMScriptThread
        object 
         |