Hello
I want to remove all equipment from my creature when it dies.
There are 2 solutions:
- Set all items to undropable
- Use a script
The last one doesn't work :
IF
Die()
THEN
RESPONSE #100
DestroyAllEquipment()
ReallyForceSpellDead(Myself,RED_HOLY_MIGHT)
END
Any idea?