CODE:
IniRead, GearChestExcludeSelected, settings.ini, CommonOptions, GearChestExclude
IniRead, JewelChestExclude, settings.ini, CommonOptions, JewelChestExclude
...
...
Gui Add, Text, x150 y340 w200 h30, Gear Chests
Gui Add, DropDownList, x10 y360 w400 r5 vGearChestExclude, Exclude All|Don't Exclude Any|Epic and Higher|Legendary and Higher|Mythic
Gui Add, Text, x150 y390 w200 h30, Jewel Chests
Gui Add, DropDownList, x10 y410 w400 r5 VJewelChestExclude, Exclude All|Don't Exclude Any|Diamond and Higher||Opal and Higher|Emerald
The above is what I currently have of the important parts of the code, I have it working just fine for checkboxes, however no matter what I try I cannot seem to get it to populate the GUI with the selections for the above from the INI file. I've done about 3 hours of online searching and found a few answers but nothing that either a: made sense to me or b: worked. I've tried adding GuiControl,, GearChestExclude, %GearChestExclude% and multiple other forms of that with no success. Can someone break this down barney style to help end my frustration? LOL.
Statistics: Posted by Deaeth85 — Today, 19:54