Hello, I'm trying to figure out how to make a 7-Dimensional array in construct 2. My plan is to use the array to provide a game with a complicated/flexible dialog structure for a visual novel type game, however trying to set the size of the array only provides up to a 3-dimensional array.
The conditions for which set of dialog the game plays is determined/w the executed dialog for the array is [arc, day, timeOfDay, place, theInteractive_characters&Objects&Items&DefaultAutoDialog, theInteractingCharactersMood/theSitituation/currentRelationship, theDialogToDisplay] with the corresponding sizes being around [3,5,4,4,5,10,100] (with the last 3 sizes being a guess of mine as the story isn't completed as of yet).
Undoutedly the array isn't going to be completely filled but it would provide an organized and easily implemented dialog for my level/knowledge of construct 2.
If somebody, anybody, could please help I would be very very thankful.