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.
 
 
 

14 lines
310 B

Scriptname _00E_AddQuestShaderDisabled extends ObjectReference
EffectShader Property _00E_Questshader Auto
Bool Count = False
Event OnLoad()
if Count == False
_00E_Questshader.Play(Self)
Count = True
endif
endevent
Event OnActivate(ObjectReference akActionRef)
_00E_Questshader.Stop(Self)
EndEvent