Jump to content

Recommended Posts

Posted

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!

 

 

 

 

Posted

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.

Posted
  On 7/5/2016 at 10:53 AM, Ryagard said:

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...