13 lines
365 B
Plaintext
13 lines
365 B
Plaintext
Scriptname _00E_DissvoleObjectScript extends ObjectReference
|
|
{This script dissolves an object stlylishly once it is activated!}
|
|
|
|
Import Utility
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
_00E_MagConjureReanimate.Play(Self)
|
|
Wait(1.5)
|
|
SElf.Disable(True)
|
|
EndEvent
|
|
|
|
EffectShader Property AtronachUnsummonDeathFXS Auto
|
|
Sound Property _00E_MagConjureReanimate Auto |