WI entry setting "Delay until recursion"

This commit is contained in:
Wolfsblvt
2024-05-13 22:33:25 +02:00
parent 6254ac6fbf
commit 036603c9e9
4 changed files with 27 additions and 1 deletions

View File

@ -436,6 +436,7 @@ function convertWorldInfoToCharacterBook(name, entries) {
group_override: entry.groupOverride ?? false,
group_weight: entry.groupWeight ?? null,
prevent_recursion: entry.preventRecursion ?? false,
delay_until_recursion: entry.delayUntilRecursion ?? false,
scan_depth: entry.scanDepth ?? null,
match_whole_words: entry.matchWholeWords ?? null,
use_group_scoring: entry.useGroupScoring ?? false,