2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_MQ16_Echo_ClueSC extends ObjectReference
|
|
|
|
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
If !bDone && MQ16.GetCurrentStageID() == 130
|
2021-10-05 22:15:58 +00:00
|
|
|
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
|