Update README.md
This commit is contained in:
parent
6f0bc83dc2
commit
b33d5f0da9
1 changed files with 0 additions and 3 deletions
|
@ -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.
|
|
||||||
|
|
Reference in a new issue