diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-06-25 07:41:29 +0200 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2024-08-28 11:37:11 +0200 |
| commit | 2c2723758121a95a6c2854b6167d8012daf4191d (patch) | |
| tree | 655b2c86af7358bfdac6af23f368e0ec773156a7 /docs/configuration/gui-configuration.md | |
| parent | bf93e24bbe03a6436fa49dcd2f3b81e386a9a560 (diff) | |
Add {questcolored} to menu elements and other places
Diffstat (limited to 'docs/configuration/gui-configuration.md')
| -rw-r--r-- | docs/configuration/gui-configuration.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/configuration/gui-configuration.md b/docs/configuration/gui-configuration.md index da3efc13..989810f0 100644 --- a/docs/configuration/gui-configuration.md +++ b/docs/configuration/gui-configuration.md @@ -123,6 +123,9 @@ gui: The `{quest}` variable represents the quest [display name](creating-a-quest#name), with its formatting stripped. +The `{questcolored}` variable represents the quest [display +name](creating-a-quest#name), with its formatting left as is. + The `{questid}` variable represents the quest ID. The `{requirements}` variable represents the display names of the quests @@ -153,6 +156,9 @@ gui: The `{quest}` variable represents the quest [display name](creating-a-quest#name), with its formatting stripped. +The `{questcolored}` variable represents the quest [display +name](creating-a-quest#name), with its formatting left as is. + The `{questid}` variable represents the quest ID. ## Quest cooldown display @@ -178,6 +184,9 @@ gui: The `{quest}` variable represents the quest [display name](creating-a-quest#name), with its formatting stripped. +The `{questcolored}` variable represents the quest [display +name](creating-a-quest#name), with its formatting left as is. + The `{questid}` variable represents the quest ID. The `{time}` variable represents the formatted time remaining until the @@ -206,6 +215,9 @@ gui: The `{quest}` variable represents the quest [display name](creating-a-quest#name), with its formatting stripped. +The `{questcolored}` variable represents the quest [display +name](creating-a-quest#name), with its formatting left as is. + The `{questid}` variable represents the quest ID. ## No started quests |
