Gersidi76 Posted July 5, 2016 Share Posted July 5, 2016 Hey everyone. I am having a bit of a quandary trying to figure out how to get this to work. I have a quest where a quest item spawns in an npc. I have the ref alias set up in the quest alias's tab set to quest item, and created in the proper npc. What I want to do is have the npc give me the quest item, however, no matter how I try to do it, he gives me the item, but for some reason it isn't marked as a quest object.. it shows up as junk instead of misc (even though it is a miscitem), and it can be dropped and destroyed (again, not being recognized as a quest object)... He simply gives me the base item and not the actual quest item. ive tried both game.getplayer().AddItem(questitemname.GetReference()) and game.getplayer().AddItem(questitemname,1) The properties seem to be set up properly and both compile with no errors, but my problem persists. Any help would be greatly appreciated. It's driving me nuts! Link to comment Share on other sites More sharing options...
Ryagard Posted July 5, 2016 Share Posted July 5, 2016 Don't know about fallout but back in the good old days of skyrim you had to go to the items Aias tab and select "Quest Item" in the top right corner. Link to comment Share on other sites More sharing options...
Gersidi76 Posted July 5, 2016 Author Share Posted July 5, 2016 Don't know about fallout but back in the good old days of skyrim you had to go to the items Aias tab and select "Quest Item" in the top right corner.Yeah, did that. Link to comment Share on other sites More sharing options...
Ryagard Posted July 5, 2016 Share Posted July 5, 2016 You may also need to give it a keyword then Link to comment Share on other sites More sharing options...
Recommended Posts