I need an array of lists OR a map of lists
e.g. global map_square_item_list:tlist(50,50)
but it keeps saying it cant reference it when I try to add a type to one of the lists
so, how would I create an array of lists and add a type instance to the list?
e.g. global map_square_item_list:tlist(50,50)
but it keeps saying it cant reference it when I try to add a type to one of the lists
so, how would I create an array of lists and add a type instance to the list?