CinnamonMods Posted June 28, 2020 Share Posted June 28, 2020 I'm making this quest where someone asks you for books. Would it be possible to make them appear in her bookcase when you give them to her and if so how can I do that? Link to comment Share on other sites More sharing options...
dubiousintent Posted June 29, 2020 Share Posted June 29, 2020 Just my initial thoughts on your problem. There is no direct cause and effect between those two actions ("receive a book" and "placing it on the shelf") so you will have to create one. I would create the "bookcase/shelf" for the house where they will eventually appear with each of the intended individual book "objects" placed on it but initially "inactive/hidden". Then in the quest script when the NPC is given a particular book, upon it being added to their inventory the "book object" is removed from the inventory at some point in time (immediately or after some delay, your choice) and the corresponding object in the "bookcase" is "activated/revealed". -Dubious- Link to comment Share on other sites More sharing options...
CinnamonMods Posted June 30, 2020 Author Share Posted June 30, 2020 Just my initial thoughts on your problem. There is no direct cause and effect between those two actions ("receive a book" and "placing it on the shelf") so you will have to create one. I would create the "bookcase/shelf" for the house where they will eventually appear with each of the intended individual book "objects" placed on it but initially "inactive/hidden". Then in the quest script when the NPC is given a particular book, upon it being added to their inventory the "book object" is removed from the inventory at some point in time (immediately or after some delay, your choice) and the corresponding object in the "bookcase" is "activated/revealed". -Dubious-Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts