SetDestroyed

From the Oblivion ConstructionSet Wiki
Revision as of 18:26, 9 April 2010 by imported>Shadowndacorner
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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/ items.

Notes:

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

See Also[edit | edit source]

GetDestroyed