Graupner1000 Posted October 30, 2012 Share Posted October 30, 2012 Hi all, OK, the title of this thread might not be very helpful but I was experimenting a bit with the Creation Kit and started wondering this: At some point in the creation menu, when you decide to create an item at the forge(for example), you are confronted with a text box saying "Do you want to create this item?". Is it possible, if you were to click say "Yes", to toggle a script? It seems to do this already, e.g. removing the ingredients from the players inventory and adding the requested item, but I cannot find the script responsible for this, or I figured I would just be able to append what I needed to it. Or is it possible to find that particular menu somewhere in the Construction Kit Right now this is just some messing about without anything too concrete in mind, but likely to come in useful at some point. Cheers :) Link to comment Share on other sites More sharing options...
steve40 Posted October 30, 2012 Share Posted October 30, 2012 You mean the crafting menu? No, that part is handled by the game engine, not by script. Link to comment Share on other sites More sharing options...
Graupner1000 Posted October 31, 2012 Author Share Posted October 31, 2012 Yeah, I've concluded as much. Can't really come up with a work around either. Ah well, not all experimenting can be successful. Thanks for the reply. Link to comment Share on other sites More sharing options...
Graupner1000 Posted November 1, 2012 Author Share Posted November 1, 2012 Although, is it possible to detect when an item is placed in the players inventory? Sorry for the double post. Link to comment Share on other sites More sharing options...
IsharaMeradin Posted November 1, 2012 Share Posted November 1, 2012 Although, is it possible to detect when an item is placed in the players inventory? Sorry for the double post.There is an OnItemAdded event in the papyrus scripting. So that part should be possible. Link to comment Share on other sites More sharing options...
Recommended Posts