Memories
TBA
You may define some memories by creating a memories.kdr file.
The following properties that exist:
| Key | Type | Required | Default | Explanation |
|---|---|---|---|---|
| memory_name | String |
Yes | N/A |
The internal name of the memory. |
| memory_text | String |
Yes | N/A |
The text to display for the memory. |
Example
{
memory_name: "tab_memory_example"
memory_text: "What a good memory"
}