07-11-2006, 03:47 PM
Ok Obsidian it somewhat worked, it saves into a file with the .ini inside it, now I just have to figure out how to make it load
And I tried this
but it says account does not exist. Also I tried this which does the same thing as the first one.
And I tried this
Code:
FileName = App.Path & "\Accounts\" & Trim(Name) & "\" & Trim(Name) & ".ini"
Code:
FileName = App.Path & "\Accounts\" & Trim(Player(Index).Name) & "\" & Trim(Name) & ".ini"