> 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/quest-blocks/continuecheck.md).

# Continue Check Block

![Continue Check Block](https://602309350-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LNeYKoJ5VTmJdlF1rx1%2F-LNjFP-urXkGWJ9Q9W-z%2F-LNjFQJ1ePW07UGHa4zI%2Fcontinue_check.jpg?generation=1538391131923678\&alt=media)

The continue check block will add a Discord reaction to the Discord message `msg` with the 🆗 emote.

When a user clicks the reaction, the function will return a [promise resolver](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/resolve) with a `true` variable.

This block is compatible with the [Promise Block](/quest-editor/quest-blocks/promise.md)
