Scriptname _00E_FS_RemoveAllItemsOnDeathSC extends ObjectReference  

Event OnDeath(Actor akKiller)

	Self.RemoveAllItems()
	Father.CheckForDeath()

EndEvent

_00E_FS_NQR05_Bossfight_FatherSC Property Father Auto