Hey y'all.
I recently bought NGUI, and was wondering how you would go about adding an item into the inventory through coding.
Or shall I say, which script shows you how to start working on this type of implementation.
I've had a look at the EquipRandomItem.cs script, but that goes on about auto equipping an item, instead I want an item to go into the inventory.
The problem is, as the slots are added during run time, how would you then check the slots and then add something in yourself?
Any help is appreciated even if it's just a point in the right direction
