Commands
Quest Codex Command
| Command | Permission | Description |
|---|---|---|
/tw codex | typewriter.codex.open | Open the main codex menu: the category_menu with an empty category if one exists, otherwise the entry referenced by mainMenuTrigger. |
/tw codex tracked | typewriter.codex.open | Open the dynamic tracked quests menu configured with category: "@tracked". |
/tw codex <category> | typewriter.codex.open | Open a specific quest category. Tab-completion suggests available categories. |
Examples
/tw codex -> Opens the main codex menu
/tw codex tracked -> Opens the tracked quests menu
/tw codex main_quests -> Opens the main_quests category
/tw codex dungeons -> Opens the dungeons category
Tip: You can also build the main menu as a GUI Extension
open_guientry whose buttons runcodex:open <category>. The codex command handlers work from any GUI session, and the codexBACKbutton returns to the configured main menu.
In-GUI Commands
These commands are used internally by navigation buttons in the category_menu layout pool. You do not need to run them manually.
| Command | Trigger | Action |
|---|---|---|
codex:nav <action> | Navigation button click | Executes a navigation action such as BACK, CLOSE, SORT, PAGE_NEXT, or PAGE_PREV. |
codex:open <category> | Category icon click | Opens the specified category menu. |
codex:quest <quest_id> | Quest button click | Tracks or untracks the specified quest. |
codex:tracked | Custom button click | Opens the @tracked menu. |