How to make lists?

Is there any way to make lists? For reference, i’m trying to make something like the minecraft menu that shows how many times the player has killed a certain mob.

4 Likes

arrays?
for something more convenient i suggest the mini menu extension
Arcade-mini-menu extension

1 Like

If your looking for a physical menu that appears on the screen and is selectable, try @richard 's extension ‘mini-menu’. https://github.com/riknoll/arcade-mini-menu
Or if you are looking for a list, which is a clump of variables, then go down in the block menu, and click advanced to reveal a ‘list’ section. I hope this helped :upside_down_face:

3 Likes

The only thing I know close to that is debug mode, but you would have to make a variable for whenever a mob is killed.