# How to make lists?

**URL:** https://forum.makecode.com/t/how-to-make-lists/29667
**Category:** Help
**Tags:** extension, game
**Created:** [July 12, 2024, 4:48pm UTC](https://forum.makecode.com/t/how-to-make-lists/29667 "2024-07-12T16:48:05Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![pkplayz](https://avatars.discourse-cdn.com/v4/letter/p/a587f6/32.png) [@pkplayz](https://forum.makecode.com/u/pkplayz)
#### Post date: [July 12, 2024, 4:48pm UTC](https://forum.makecode.com/t/how-to-make-lists/29667/1 "2024-07-12T16:48:05Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Luke](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/luke/32/32519_2.png) [@Luke](https://forum.makecode.com/u/Luke)
#### Post date: [July 12, 2024, 7:59pm UTC](https://forum.makecode.com/t/how-to-make-lists/29667/2 "2024-07-12T19:59:36Z")

</div>

arrays?  
for something more convenient i suggest the mini menu extension  
[Arcade-mini-menu extension](https://forum.makecode.com/t/arcade-mini-menu-extension/14368)

---

<div class="post-metadata">

### Author: ![MYR](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/myr/32/16320_2.png) [@MYR](https://forum.makecode.com/u/MYR)
#### Post date: [July 12, 2024, 7:59pm UTC](https://forum.makecode.com/t/how-to-make-lists/29667/3 "2024-07-12T19:59:44Z")

</div>

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](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 🙃

---

<div class="post-metadata">

### Author: ![NeoStreak](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/neostreak/32/27498_2.png) [@NeoStreak](https://forum.makecode.com/u/NeoStreak)
#### Post date: [July 12, 2024, 7:59pm UTC](https://forum.makecode.com/t/how-to-make-lists/29667/4 "2024-07-12T19:59:45Z")

</div>

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.
