Having trouble giving an itemSolved
 [ChatCommand("berry")]
        void berry(BasePlayer player)
        {
            player.inventory.GiveItem(ItemManager.CreateByItemID(402225589));
        }​

Why does this not work?

I don't think there are any items with that ID, consider using shortnames instead.
i tried using shortnames and it didnt work. I am trying to do blueberrys. Not the new ones.
5f5631c33fa20.png misticos
I don't think there are any items with that ID, consider using shortnames instead.
do you know what it is for the old blueberrys?

Merged post

FIXED
Shortname is blueberries
5f5631c33fa20.png misticos
Shortname is blueberries
Thanks :). I was looking at the wrong thing.
Locked automatically