IsModLoaded
From GECK
A function added by the Fallout Script Extender.
Contents
Description
Returns whether the specified mod is loaded.
Syntax
(bool) IsModLoaded modName:string
Example
if IsModLoaded "SomeKnownConflictingMod.esp" ; do some workaround endif