Have this fragment and can't quite see what I'm missing, error says missing a cast. I'm moving an Alias MISC "PuzzlePiece" from a NPC to Player, like this...
Game.GetPlayer().AddItem(Alias_PuzzlePiece.GetRef(), False, Alias_crumple2nd.GetRef())
.psc(253,17): type mismatch on parameter 2 (did you forget a cast?)
It's probably staring at me but need another pair of eyes on it. Thanks.