Hello, this is my very first post :) So, first of all, I know NOTHING about scripts hehe, but recently I wanted a mod to automatic transfer caps from a container to me. I am using a mod called "Sattlement Garage Sale" which auto sells everything I store In an especific container, so I was wondering if is it possible to create a Script to add in this cotainer to auto transfer the generated caps to me. I tryed to creat a Script based in what I red, but no success at all and I am really lost here. Can Somebody give me a light? tkkss This is the Script I made Event OnItemAdded(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akSourceContainer)AddInventoryEventFilter(caps001) if akBaseItem = caps001 int index = GemList.Find(caps001) if index = 0 DLC05WorkshopHopper05.RemoveItem(bottlecaps, 0) = Game.GetPlayer() endifEndEvent