This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Difference between revisions of "RemoveScript"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender Removes and returns the script attached to the object. '''Syntax:''' (script:refID) ''reference.''RemoveScr...)
 
imported>WereWolf
Line 13: Line 13:
*[[IsScripted]]
*[[IsScripted]]
*[[GetScript]]
*[[GetScript]]
*[[SetScript]]


[[Category:Functions]]
[[Category:Functions]]

Revision as of 18:08, 12 September 2007

A command for Oblivion Script Extender

Removes and returns the script attached to the object.

Syntax:

(script:refID) reference.RemoveScript targetObjectID:ref

Notes

  • The object is no longer scripted.


See Also