Update README.md

This commit is contained in:
Nick Walton 2020-05-27 20:39:30 -06:00 committed by GitHub
parent 6f0bc83dc2
commit b33d5f0da9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,3 @@ The `state` variable can be used to store information that's persistent across f
### Console ### Console
`console.log("Some message")` will log messages that you can see in the scripting console `console.log("Some message")` will log messages that you can see in the scripting console
### Utils
`const questCompleted = await utils.checkQuestCompleted({history, quest, text})` can be used to check whether a quest was completed.