summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2021-01-05 02:39:50 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2021-01-05 02:39:50 +0100
commit23d8224704b76737e746c5add47aa4cd96a7fd01 (patch)
tree19ee7e6f1549f2d08b551f011b65b9e50360dace /content/fate_v1/instructions/player_choices/_index.md
parent8746de42d1fa1a71e7cca9353cb547cc12104f55 (diff)
Improves how topics collapse on the menu.
Diffstat (limited to 'content/fate_v1/instructions/player_choices/_index.md')
-rw-r--r--content/fate_v1/instructions/player_choices/_index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/fate_v1/instructions/player_choices/_index.md b/content/fate_v1/instructions/player_choices/_index.md
index a0dba20..4aea5a0 100644
--- a/content/fate_v1/instructions/player_choices/_index.md
+++ b/content/fate_v1/instructions/player_choices/_index.md
@@ -2,13 +2,13 @@
title: Player Choices
---
Player choices are the main way to interact with the user, by presenting them
-with a list of `[RICH TEXT]` choices, and executing a list of instructions
+with a list of `[TEXT]` choices, and executing a list of instructions
associated to the choice they have made.
### CHOICE OPTION
{{< fatecode >}}([TEXT] [I0 = INSTRUCTION] ... [IN = INSTRUCTION]){{< /fatecode >}}
-Adds a choice showing `[RICH TEXT]` to the user, and executing `[I0]` ... `[IN]`
+Adds a choice showing `[TEXT]` to the user, and executing `[I0]` ... `[IN]`
if chosen.
### CHOICE PROMPT