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

14 lines
368 B

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