> For the complete documentation index, see [llms.txt](https://docs.discorddungeons.me/quest-editor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discorddungeons.me/quest-editor/list-blocks/create_list.md).

# Create List Block

![Create List Block](https://602309350-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LNeYKoJ5VTmJdlF1rx1%2F-LNixCklvoD49ML8vZ_A%2F-LNixDeSGPIZ9rbnl6rq%2Fcreate_list.jpg?generation=1538386095575116\&alt=media)

Creates a list from the given blocks. If you don't supply any arguments, this creates an empty list, which you can add elements to later. This block is a mutator. Clicking the blue cogwheel icon will allow you to add additional items to your list

## Generated Code

```javascript
[element1, element2, element3];
```
