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.
 
 
 

28 lines
598 B

Scriptname _00E_FS_NQR05_SC11_DoorTriggerSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
if akActionRef == SC07_SisterLust.GetActorReference()
DRSMetalDoubleOpenM.Play(akActionRef)
int iIndex = FS_NQR05_Group_SisterLust.GetSize()
while iIndex > 0
iIndex -= 1
Actor akActorToDisable = FS_NQR05_Group_SisterLust.GetAt(iIndex) as Actor
akActorToDisable.Disable(True)
endwhile
EndIf
EndEvent
ReferenceAlias Property SC07_SisterLust Auto
Formlist Property FS_NQR05_Group_SisterLust Auto
Sound Property DRSMetalDoubleOpenM Auto