Difference between revisions of "SetDestroyed"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Fella
imported>Vswe
m (Added Search Terms)
Line 15: Line 15:
[[Category: Miscellaneous Functions]]
[[Category: Miscellaneous Functions]]
[[Category: Miscellaneous Functions (CS 1.0)]]
[[Category: Miscellaneous Functions (CS 1.0)]]
<!-- Begin Search Terms
Set
Destroyed
End Search Terms -->

Revision as of 12:39, 20 June 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.