Last updated 1 year ago
You're using a short array notation, but the array is not declared.
Possible solutions: the array using the var keyword:
var
var $items: array 10 of Int $var[0] = 0