enderalse/scripts/source/_00e_ghostfxscript.psc

11 lines
163 B
Plaintext
Raw Normal View History

Scriptname _00E_GhostFXScript extends Actor
Event OnInit()
GhostFXShaderNew.Play(Self)
Self.SetAlpha(0.2)
EndEvent
EffectShader Property GhostFXShaderNew Auto