Hi.

I would like to add Item from Script to player 's inventory, how can I do it?
It is not added in the following Script.

var itemGain = ORK.Items.Get (fishId) .items;
ORK.Game.ActiveGroup.Leader.Inventory.Add (itemGain, true, true);
Sign In or Register to comment.