diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2020-06-11 10:25:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 10:25:41 +0200 |
| commit | 4e997fe40e5d5edcc4c9c20428724a0563f86912 (patch) | |
| tree | cbd0ac908a2580c21159dc257e111ee018282049 | |
| parent | d4a0151e6478b5cb01d3ed4dc192cc993a8021be (diff) | |
| download | wiki-4e997fe40e5d5edcc4c9c20428724a0563f86912.tar.gz wiki-4e997fe40e5d5edcc4c9c20428724a0563f86912.tar.bz2 wiki-4e997fe40e5d5edcc4c9c20428724a0563f86912.zip | |
fix: Add explanation for language to npc_text (#244)
| -rw-r--r-- | docs/npc_text.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/npc_text.md b/docs/npc_text.md index a697023..cc5c214 100644 --- a/docs/npc_text.md +++ b/docs/npc_text.md @@ -704,6 +704,7 @@ The \`broadcast\_text\`.\`ID\` field value for the \`MaleText\` in the \`broadca ### lang0 The language of the text in game. Refer to [this page](Languages) for the available language IDs. +If set to 0, then it doesn't require to know any specific language. ### Probability0 |
