10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
|
Scriptname _00E_FS_RemoveAllItemsOnDeathSC extends ObjectReference
|
||
|
|
||
|
Event OnDeath(Actor akKiller)
|
||
|
|
||
|
Self.RemoveAllItems()
|
||
|
Father.CheckForDeath()
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
_00E_FS_NQR05_Bossfight_FatherSC Property Father Auto
|