Game.GetPlayer().AddItem(Alias_YourAliasName.GetReference(), 1)
should also work in dialogue etc. if not, useGame.GetPlayer().AddItem(YourReferencePropertyHere.GetReference(), 1)
should also work in dialogue etc. if not, use


you should however get into the habit of creating a player property. It's much faster than Game.GetPlayer()
)
)
Player.AddItem(MyAlias)
PlayerREF.AddItem(MyAlias.GetReference())Won't work w/o http://www.creationkit.com/GetReference_-_ReferenceAlias.
