14 lines
368 B
Plaintext
14 lines
368 B
Plaintext
Scriptname _00E_FS_NQR03_RhalataDoorTrigger extends ObjectReference
|
|
|
|
Event OnTriggerEnter(ObjectReference akActionRef)
|
|
|
|
If AkActionRef == FS_NQR03_TharaelREF && !bDone
|
|
utility.Wait(1.2)
|
|
_00E_MQ07a_DoorBangM.PlayAndWait(akActionRef)
|
|
bDone = true
|
|
EndIf
|
|
EndEvent
|
|
|
|
bool bDone = false
|
|
Sound Property _00E_MQ07a_DoorBangM Auto
|
|
Actor Property FS_NQR03_TharaelREF Auto |