# Variable: SYSTEM\_RESERVED\_STORAGE\_KEYS (/jsdoc/pixi-vn/index/variables/SYSTEM_RESERVED_STORAGE_KEYS)



\> `const` **SYSTEM\_RESERVED\_STORAGE\_KEYS**: `object`

Defined in: [src/constants.ts:42](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/constants.ts#L42)

Type Declaration [#type-declaration]

ADD_NEXT_DIALOG_TEXT_INTO_THE_CURRENT_DIALOG_FLAG_KEY [#add_next_dialog_text_into_the_current_dialog_flag_key]

\> **ADD\_NEXT\_DIALOG\_TEXT\_INTO\_THE\_CURRENT\_DIALOG\_FLAG\_KEY**: `string` = `"___glue___"`

This variable is used to add the next dialog text into the current dialog memory.
This value was added to introduce Ink Glue functionality [https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md#glue](https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md#glue)

ALL_CHOICES_MADE_KEY [#all_choices_made_key]

\> **ALL\_CHOICES\_MADE\_KEY**: `string` = `"choices:made"`

The key of a list of all choices that have been made during the progression of the steps.

CHARACTER_CATEGORY_KEY [#character_category_key]

\> **CHARACTER\_CATEGORY\_KEY**: `string` = `"character"`

The key of the characters memory

CURRENT_DIALOGUE_MEMORY_KEY [#current_dialogue_memory_key]

\> **CURRENT\_DIALOGUE\_MEMORY\_KEY**: `string` = `"dialogue"`

The key of the current dialogue memory

CURRENT_INPUT_INFO_MEMORY_KEY [#current_input_info_memory_key]

\> **CURRENT\_INPUT\_INFO\_MEMORY\_KEY**: `string` = `"input:info"`

The key of the current input info

CURRENT_INPUT_VALUE_MEMORY_KEY [#current_input_value_memory_key]

\> **CURRENT\_INPUT\_VALUE\_MEMORY\_KEY**: `string` = `"input:value"`

The key of the input memory. This value can be read by pixi-vn json importer

CURRENT_MENU_OPTIONS_MEMORY_KEY [#current_menu_options_memory_key]

\> **CURRENT\_MENU\_OPTIONS\_MEMORY\_KEY**: `string` = `"choice:options"`

The key of the current menu options memory

CURRENT_STEP_TIMES_COUNTER_KEY [#current_step_times_counter_key]

\> **CURRENT\_STEP\_TIMES\_COUNTER\_KEY**: `string` = `"label:history"`

The key of the current step times counter.
This value was added to introduce Ink Sequences, cycles and other alternatives [https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md#sequences-cycles-and-other-alternatives](https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md#sequences-cycles-and-other-alternatives)

LAST_DIALOGUE_ADDED_IN_STEP_MEMORY_KEY [#last_dialogue_added_in_step_memory_key]

\> **LAST\_DIALOGUE\_ADDED\_IN\_STEP\_MEMORY\_KEY**: `string` = `"dialogue:step_counter"`

The key of step counter of the current dialogue memory

LAST_INPUT_ADDED_IN_STEP_MEMORY_KEY [#last_input_added_in_step_memory_key]

\> **LAST\_INPUT\_ADDED\_IN\_STEP\_MEMORY\_KEY**: `string` = `"input:step_counter"`

The key of the last input added in the step memory

LAST_MENU_OPTIONS_ADDED_IN_STEP_MEMORY_KEY [#last_menu_options_added_in_step_memory_key]

\> **LAST\_MENU\_OPTIONS\_ADDED\_IN\_STEP\_MEMORY\_KEY**: `string` = `"choice:step_counter"`

The key of the last menu options added in the step memory

LAST_STEP_GLUED [#last_step_glued]

\> **LAST\_STEP\_GLUED**: `string` = `"glue:last_step"`

The key of the last dialogue step glued in the step memory

OPENED_LABELS_COUNTER_KEY [#opened_labels_counter_key]

\> **OPENED\_LABELS\_COUNTER\_KEY**: `string` = `"label:opened"`

The key of a list of all labels that have been opened during the progression of the steps.
