Scriptname _00E_FS_NQ02_CultSC extends Actor  

Event OnCellAttach()

	If Self.Is3DLoaded()
		Self.SetAlpha(0.5)
		MS04MemoryFXBody01VFX.Play(self)
	EndIf
	
EndEvent

VisualEffect Property MS04MemoryFXBody01VFX Auto