Hi GiL,
I am trying to add Items to inventory in a script. The Item name is "Lesser Experience Potion" and the ID is 209. I want to add 5 Potions to the player, I have tried many different combinations, nothing seems to work.
I was trying something like this: ORK.Game.ActiveGroup.Leader.Inventory.Add(Item:209, 5, true, true); without success.
Can you please help me out here,
Thank you very much in advance,
SaVe