ashpcatup Posted February 13, 2018 Share Posted February 13, 2018 Any clever ideas? I've figured out one way but looking for better. Link to comment Share on other sites More sharing options...
DarkRudra Posted February 14, 2018 Share Posted February 14, 2018 Use multiple arrays? It requires some care to make sure array ids match each other, but it's probably the simplest workaround. You could use JContainers, it has some kind of multidimensional array ability. Haven't looked at it too closely myself, though. Link to comment Share on other sites More sharing options...
cdcooley Posted February 14, 2018 Share Posted February 14, 2018 In general if you think you need multi-dimensional arrays you're probably using the wrong algorithm to solve your problem. The best workarounds usually involve approaching the problem in a different way. But if you really need the equivalent of multi-dimensional arrays your best option is something like JContainers. Link to comment Share on other sites More sharing options...
NexusComa Posted February 20, 2018 Share Posted February 20, 2018 No need for a multi-dimensional array. Other than making it easier to work with and we all know papyrus is anything but easy to work with. (hehe) That said you can find a few single array work arounds herehttps://www.creationkit.com/index.php?title=Arrays_(Papyrus) Link to comment Share on other sites More sharing options...
Recommended Posts