Giving items to a player
To give an item to a player you can use the AddItemToInventory
method on the Player
class.
Player.Get().AddItemToInventory("Meat_Cooked");
Player.Get().AddItemToInventory("Candy_bar_1");
Player.Get().AddItemToInventory("Mouse_Meat_Cooked");
Player.Get().AddItemToInventory("Bamboo_Spear");
Last updated
Was this helpful?