✅ this error makes no sense
getting a null reference exception here:
and that traces to this:
and THAT traces to this:
am i dumb or is this just not how you construct an array like that?
4 Replies
u have a jagged array there, so u create an array with 12 elements that can hold int arrays, but u never assign anything to them, so all 12 elements are
null
:cap5lut
REPL Result: Success
Result: bool
Compile: 296.032ms | Execution: 47.480ms | React with ❌ to remove this embed.
ah that makes sense
i'll just use a multidimensional one then
.close
glad i could help o7