I am trying to submit names to a .ini file from within a game.
But I need to make sure that a name is not already on the list before it is submited.
I've tried having the list randomly select a different line every second, but that doesn't seem to work.
I just need to check that the names in a list object don't match a name being submited from an Edit Box.
Any help with this?
Might I have to do some php code to compare a Mysql database?
Or is there a way I can keep it all local and do it all from the event editor?