enderalse/source/scripts/defaultondeathunequipall.psc

6 lines
106 B
Plaintext
Raw Normal View History

Scriptname defaultOnDeathUnequipAll extends Actor
EVENT onDying(actor akKiller)
unEquipAll()
endEVENT