enderalse/source/scripts/_00e_defaultaddvfx.psc

11 lines
167 B
Plaintext
Raw Normal View History

Scriptname _00E_DefaultAddVFX extends ObjectReference
event OnCellAttach()
If Self.Is3DLoaded()
VFX.Play(Self)
EndIf
EndEvent
VisualEffect Property VFX Auto