11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
|
Scriptname _00E_DefaultAddVFX extends ObjectReference
|
||
|
|
||
|
event OnCellAttach()
|
||
|
|
||
|
If Self.Is3DLoaded()
|
||
|
VFX.Play(Self)
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
VisualEffect Property VFX Auto
|