scriptname _00E_FS_NQRR05_ZarahForceGreetSC extends ObjectReference

Event OnTriggerEnter(ObjectReference akActionRef)

	If akActionRef == PlayerREF
		_00E_FS_NQR05_ZarahForceGreetGlobal.SetValueInt(1)
	EndIf

EndEvent

Event OnTriggerLeave(ObjectReference akActionRef)

	If akActionRef == PlayerREF
		_00E_FS_NQR05_ZarahForceGreetGlobal.SetValueInt(0)
	EndIf

EndEvent

Actor Property PlayerREF Auto
GlobalVariable Property _00E_FS_NQR05_ZarahForceGreetGlobal Auto