I'm looking to Read data from an INI file and set the values an array.
>Load INI file.
Set
[Name]
1=James
as
Array[1,1]
[Health]
1=5
as
Array
[1,2]
[Name]
1=Jeff
as
Array[2,1]
[Health]
1=15
as
Array
[2,2][/code:rt7ido1c]
Obviously it's more data than the example, but you get the idea.
The best way to do this would be using a loop, but I'm exactly sure how to in Construct. Any ideas?