I am coming from GMS2 so I might be been dense when it comes to arrays. but in GMS2 I would do a 2d array like
array = [
[this is the first element of the first row, second, third],
[new row, so on, so forth,]
]
How would I recreate this in Construct 3?
I have looked at some tutorials but they don't make sense to me.