[ChatCommand("berry")]
void berry(BasePlayer player)
{
player.inventory.GiveItem(ItemManager.CreateByItemID(402225589));
}Why does this not work?
[ChatCommand("berry")]
void berry(BasePlayer player)
{
player.inventory.GiveItem(ItemManager.CreateByItemID(402225589));
}Why does this not work?
do you know what it is for the old blueberrys?misticos
I don't think there are any items with that ID, consider using shortnames instead.
Thanks :). I was looking at the wrong thing.misticos
Shortname is blueberries