Retsam Posted February 4, 2016 Share Posted February 4, 2016 Fallout 3 1.7.0.3, FOSE 1.2, GECK 1.5This is such a basic thing I'm sure it has been answered dozens of time- but I can't seem to find it. Simplification of the goal here is to move items from one container to another. Exactly what RemoveItemTarget would do. But I only have FOSE. I'm not new to scripting, but every time I find a function that will do what I want, I see it marked for NVSE, which of course I can't use. Eventually I'll incorporate Form Lists, but in messing with that I still could not figure out how to add a specific item reference (instance). All I could add was the base reference ( GetInventoryObject iIndex ), looping through the container (which drove me nuts too- not being able to do a simple for each loop and having to build a count / label / goto). Of course using the base ID again looses item data like health etc. Bringing it home: Can someone point me to a link that shows how to move items from one container to another, while retaining the stats, and limited to FOSE. Stacked items will need to be addressed as well.Bonus would be how to also add reference of a specific instance of an item, not the base ID, to a form list. Again, limited to FOSE (Again, it looks like NVSE could do it). Link to comment Share on other sites More sharing options...
Recommended Posts