So I'm trying to make a little app that runs in the background of a stream.
The idea is for each viewer to be represented by an avatar.
Someone kindly made a program that saves the list of current viewers to an INI file. Each viewer is written as a group in the INI, like this:
[flipswitchx]
[coolguy1000000]
[etcetcetc]
Every 5 seconds I load the INI into the INI object, and then I try to set a string to the current group. That didn't work, so then I just tried to set the string to "get INI as String". That also didn't work.
Just wondering if i'm going about this totally wrong... Thanks for reading!