> 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](/files/-LNjFQJ1ePW07UGHa4zI)

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)
