Hi,
I would like to make something like a properties file for each item in my game. So a file for a sword for example should look like this:
ID=1
name=sword
damage=75
...
The game should then be able to for example find the value of "ID" in the file.
Is there a function like this already in construct 2 or if not can I somehow find the different values?
Thanks!