Enable and Disable Script Events
From time to time, you may find that you need to completely turn off events, usually for maintenance purposes.
To disable script events, use the MMScript_DisableScriptEvents function. This function has no parameters and can be used as follows:
MMScript_DisableScriptEvents
To enable script events, if they have been disabled, use the MMScript_EnableScriptEvents function as follows:
MMScript_EnableScriptEvents
