for(var/entry in userdb.cd)
entry.Add(list)
Problem description:
I am using a save file to store clients, but I need them formed into a list when the game boots, but I am unsure how to go about looping through the entire save file to fetch everything from it, I tried the above code but it did not work.
How do I make this work?