Scriptname _00E_MQ00_WasserradSCN extends ObjectReference  
bool DoOnce = false

Event OnActivate(ObjectReference akActionRef)
		if(akActionRef == Game.GetPlayer())
			if (DoOnce == False)
				DoOnce = True
				Self.GetNthLinkedRef(1).enable(True)
				Utility.Wait(2.0)
				Self.GetNthLinkedRef(2).TranslateTo(5618.1016, 5042.6479, -928.4568, 0.0, 0.0, 77.3494, 25)
				Utility.Wait(0.8)
				_00E_MQ00WasserradSoundmarker.play(Self)
				Utility.Wait(1.2)
				Self.GetNthLinkedRef(1).disable(True)
			endif	
		endif
	
endevent

Sound Property _00E_MQ00WasserradSoundmarker Auto