Changing Item Entries based on .ini file

Hello! I’ve been looking around the forums for a bit and have been having issues finding what I’m looking for.

I’m trying to take a integer from an Ini file -> have it ran through an array with the names of different items -> replace the item inside the Items Entries Array which is inside the Item Set array. The issue im having is I cant gain access to the array inside of the array to change it! I saw something about making a struct, but I couldn’t figure out how todo it. Any advice would be much appreciated.

Thanks,

-RoflRAWR

I would really need a visual aid to help me understand what variables you are dealing with, and how they are setup.

Struct is like having an array, where each index can have a set of properties, except that you cant call the struct properties by index (that i am aware of)