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