Scriptname _00E_FS_PlayAnimationOnActivate extends ObjectReference  

Event OnActivate(ObjectReference akActionRef)

	Self.PlayAnimation("Unlock")

EndEvent