Skip to content

Commit

Permalink
Merge pull request CleverRaven#58259 from casswedson/doc-&-use
Browse files Browse the repository at this point in the history
docs: removing quotation around dialogue text
  • Loading branch information
Rivet-the-Zombie authored Jun 8, 2022
2 parents 0d4107d + 9c52d6e commit 3fc0f90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/NPCs.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,13 @@ The player will have one response text if a condition is true, and another if it
### text
Will be shown to the user, no further meaning.

Text boxes; dialogue in general is a convenient space to sprinkle in descriptive text, something that isn't necessarily being said by any interlocutor
but something the player character, npc or speaking entity express, do or generally interact with given a context
there are many ways to present this, ultimately is up to the writer, and their preferred style.

Currently you may add a `&` as the first character in dialogue, this deletes quotation round the output text, denotes the descriptive nature of the displayed
text, use `\"` escaped double quotes to indicate the start of actual dialogue.

### trial
Optional, if not defined, `"NONE"` is used. Otherwise one of `"NONE"`, `"LIE"`, `"PERSUADE"`, `"INTIMIDATE"`, or `"CONDITION"`. If `"NONE"` is used, the `failure` object is not read, otherwise it's mandatory.

Expand Down

0 comments on commit 3fc0f90

Please sign in to comment.