21 lines
354 B
Plaintext
21 lines
354 B
Plaintext
|
Scriptname _00E_MQ13a_GrammophoneSC extends ObjectReference
|
||
|
|
||
|
Event OnUpdate()
|
||
|
|
||
|
bIsPlaying = False
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
Event OnActivate(ObjectReference akActionRef)
|
||
|
|
||
|
If !bIsPlaying
|
||
|
bIsPlaying = True
|
||
|
_00E_MUS_Special_DrachenflugM.Play(Self)
|
||
|
RegisterForSingleUpdate(160)
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
bool bIsPlaying
|
||
|
|
||
|
Sound Property _00E_MUS_Special_DrachenflugM Auto
|