Hi,
looking for help, wanted to make a plugin to give on chance of cloth some rope.
player.inventory.GiveItem(ItemManager.CreateByName(ropeItem, Oxide.Core.Random.Range(ropeAmountMin, ropeAmountMax + 1)));
it is working but it just pops in the invetory, ild like it to add it like youve picked it up and the game shows you that along with the hemp seeds etc. can this be done?
thanks