Skip to content

Commit

Permalink
Add explanation for recursion Delay Level
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfsblvt committed Sep 16, 2024
1 parent b3553db commit ba01a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Usage/Core Concepts/worldinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ There are three options available to control recursion for each entry:

- **Prevent further recursion**: Selecting this option ensures that once this entry is activated, it will not trigger any other entries. This is helpful to avoid unintended chains of activations.

- **Delay until recursion**: This entry will only be activated during recursive checks, meaning it won't be triggered in the initial pass but can be activated by other entries that have recursion enabled. This is useful for deeper layers of information that should only come into play when specifically referenced by other entries, or information that should purposely be withheld if something else is activated.
- **Delay until recursion**: This entry will only be activated during recursive checks, meaning it won't be triggered in the initial pass but can be activated by other entries that have recursion enabled. Now, with the added **Recursion Level** for those delays, entries are grouped by levels. Initially, only the first level (smallest number) will match. Once no matches are found, the next level becomes eligible for matching, repeating the process until all levels are checked. This allows for more control over how and when deeper layers of information are revealed during recursion, especially in combination with criteria as NOT ANY or NOT ALL combination of key matches.

**Entries can activate other entries by mentioning their keywords in the content text.**

Expand Down

0 comments on commit ba01a77

Please sign in to comment.