RemoveScript
From GECK
A function added by the Fallout Script Extender.
Contents
Description
Removes the script of the calling reference or passed object, and returns it.
Syntax
(Script:form) ref.RemoveScript ScriptableObject:form
Example
ref OldScript set OldScript to SunnyREF.RemoveScript ; or (required for non-references): set OldScript to RemoveScript SunnyREF