IsScripted
From GECK
A function added by the Fallout Script Extender.
Contents
Description
Returns true (1) if the [specified BaseForm has a script attached to it, false (0) otherwise. If ScriptableForm is omitted and a calling reference is provided, that reference's BaseForm is used.
Syntax
(isScripted:bool) reference.IsScripted ScriptableForm:baseForm
Example
if SunnyREF.IsScripted ; do something endif ; or (required for non-references): if (IsScripted SunnyREF)