MaesterAelix Posted May 22, 2017 Share Posted May 22, 2017 But how do I make a 'fetch' quest for an in-game item?I am making an NPC that wants BoS_Holotag's in exchange for (quest reward.)I found tutorials on-line for creating unique items... I wanna know how to have him take X-many BoS_Holotag A) Do I just assign some kind of alias to the quest for the BoS_Holotag (if so, how?)B) Upon quest completion, how would I get the quest to remove the X many holotags from the player inventory. -- I got "Game.GetPlayer().RemoveItem(BoS_Holotag)" but how do I have him remove the proper number? Thanks in advance for the advice.And sorry for being such a noob. Link to comment Share on other sites More sharing options...
xYOURMAMAx Posted May 23, 2017 Share Posted May 23, 2017 Game.GetPlayer().RemoveItem(BoS_Holotag, X) X = the number of tags you want to be removed. Link to comment Share on other sites More sharing options...
akav1r Posted May 23, 2017 Share Posted May 23, 2017 https://www.dropbox.com/s/lckzw8fwusupzsc/Papyrus101.pdf?dl=0 Papryus 101:How to make a basic kill and fetch quest Link to comment Share on other sites More sharing options...
Recommended Posts