I need to provide a player with a journal I can update as the game progresses. The easiest way is to add a journal to their inventory as a quest item and then remove and replace it with an updated versions; but I don't want the game to give the message item added or removed each time. I am aware that I could add an item by using a dummy NPC and transfering: Alias_Actor01.GetReference().RemoveItem(Alias_Object01.Getreference(),1,False,Game.GetPlayer()) which doesn't give a message, but, transfering from the player to an NPC still gives the message - item removed.