1
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.
 
 
 

20 lines
430 B

Scriptname _00E_MQ16_Echo_ClueSC extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
If !bDone && MQ16.GetStage() == 130
MQ16.PlayVisionFragment(iVisionIndex, Self, iDuration)
bDone = True
_00E_QuestshaderNew.Stop(Self)
EndIf
EndEvent
bool bDone
int Property iVisionIndex Auto
int Property iDuration = 5 Auto
_00E_MQ16_Functions Property MQ16 Auto
EffectShader Property _00E_QuestshaderNew Auto