Difference between revisions of "SetDestroyed"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Vswe
m (Added Search Terms)
imported>Antares
(More info in See Also section)
Line 15: Line 15:
[[Category: Miscellaneous Functions]]
[[Category: Miscellaneous Functions]]
[[Category: Miscellaneous Functions (CS 1.0)]]
[[Category: Miscellaneous Functions (CS 1.0)]]
==See Also==
[[GetDestroyed]]


<!-- Begin Search Terms
<!-- Begin Search Terms

Revision as of 22:35, 4 September 2008

Syntax:

SetDestroyed flag 
SetDestroyed 1 


SetDestroyed takes an int parameter. A 1 parameter marks the ref as destroyed, a 0 parameter clears the destroyed flag on the ref. This can be used on any door or activator to indicate that it is non-functional. Destroyed doors/activators will no longer give rollover text and cannot be activated. Leveled lists will no longer generate new creatures.

Notes:

  • When called on an actor, prevents the actor from being activated for conversation, looting, or pick pocketing.

See Also

GetDestroyed