I would like to add the challenge of dealing with losing your inventory when you wake up.
What I am looking for ideally is a patch for Tales of Lycantropy that would put a satchel to the ground and transfer my inventory to it just as the transformation begins (it should be the first step of the transformation sequence).
Then I would be able to 'wake up' without anything and have to trace back my steps, picking clothes and using whatever weapon I can find along the way.
I have been role-playing this so far with a bag of holding and it is a great way to use unfamiliar skills (spells) and weapons, but having to move everything one by one to the bag of holding is a pain.
So... in the absence of a patch, I am looking for suggestions.
Is there a plugin out there (SKSE maybe?) to empty my inventory at once into a container?
I would also welcome any pointer to implement that patch for Tales of Lycantropy. I don't mind getting into scripting for the occasion - it would go faster if I could have some directions of where to look

I already found the RemoveAllItems method in the CreationKit wiki. I would have to find where the transformation sequence begins and work a way to drop an item to the ground and move my inventory there.
Cheers.