Im using http://mw.modhistory.com/download-68-10001 which allows you to brew poisons. There's a specifix messagebox I cant remove -
if ( onActivate )
    if ( pAlcSkill < 30 )
        messagebox "This object requires 30 Alchemy skill to use."
        set pickMeUp to 1
        return
    else
        set opened to 1
        Activate
        messagebox "Silence = Calm, Lock = Soultrap" ; just a reminder for player
    endif
endif
if ( opened != -1 )
=====
The one in bold.
If I try in the CS the mod will not save properly, and if I try in MWedit, the mod wont work properly when I load it up. I know you shouldnt edit scripts too much but Ive removed dozens of other mods messageboxes and had no problems at all.
