20 lines
430 B
Plaintext
20 lines
430 B
Plaintext
|
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
|