Example: ``` local player = GetPlayer() player.health = 100 player.pick + function(item_id) print("You've picked: " ... tostring(item_id) ... "!") end ```