Add sticky and cooldown for timed WI entries

This commit is contained in:
Cohee
2024-06-21 00:53:00 +03:00
parent e9f93ba748
commit ab7b07ba28
3 changed files with 232 additions and 32 deletions

View File

@ -483,6 +483,8 @@ function convertWorldInfoToCharacterBook(name, entries) {
automation_id: entry.automationId ?? '',
role: entry.role ?? 0,
vectorized: entry.vectorized ?? false,
sticky: entry.sticky ?? null,
cooldown: entry.cooldown ?? null,
},
};