Is there a way to make any item get flagged as undroppable when removed from a chest? I’m not having any luck with this script or similar variations as OnDisturbed.
{
object oItem=GetInventoryDisturbItem();
object oPC=GetLastDisturbed();
SetDroppableFlag(oItem, FALSE);
}