Heya everyone! :) I am making a quest mod and it is my first attempt ever. I have read all the tutorials and watched the videos but I am still stuck! I am trying to make a quest where you talk to an npc and she gives you a quest item. Then you take the quest item and put it into a container and the quest finishes. Unfortunately, I cannot get her to give me the actual quest item! :( I have tried this - Game.GetPlayer().AddItem(MYQUESTITEM) ... And it works, except that it isn't an actual quest item, just a normal one. I also tried - Alias_MYNPC.GetActorRef().RemoveItem(Alias_MYQUESTITEM.GetRef(), 1, false, Game.GetPlayer() ) .... but that doesn't do anything at all. It compiles, but nothing happens. Any help would be loved! Hugs!