Document shared library
This commit is contained in:
parent
2dfd05d42b
commit
605ce7222c
1 changed files with 4 additions and 1 deletions
|
@ -26,6 +26,9 @@ As an example, if you set `state.memory.authorsNote` to `the following paragraph
|
||||||
### Quests
|
### Quests
|
||||||
You can modify the quests property to change the quests of the adventure mid game.
|
You can modify the quests property to change the quests of the adventure mid game.
|
||||||
|
|
||||||
|
### Shared Library
|
||||||
|
Appended to the other three scripts so you can use the same code between all three.
|
||||||
|
|
||||||
### Input Modifier
|
### Input Modifier
|
||||||
Called each time the player gives an input and has the opportunity to modify that input.
|
Called each time the player gives an input and has the opportunity to modify that input.
|
||||||
|
|
||||||
|
|
Reference in a new issue