Hey guys, didn't find a better description for the subject.
Maybe this is a easy question for Construct users who have experience with storing data
What I would like to do is the following:
I have 28 characters (names) and 12 possible 'specs' (words).
Each character has 4 of these possible 'specs'.
I would like to use these 2 data rows in both ways:
- getting every spec of a character
- getting every character sharing the same spec.
How can I do this in the most efficient way?
I presume I have to use an array? What are the events look like for both functions?
If someone can put me on the right track with some advice, I could find the rest.
Thanks in advance!