4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
365 B

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