We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10124d8 commit 070763dCopy full SHA for 070763d
klite.embd
@@ -38838,6 +38838,11 @@ window.tavernTool = new TavernTool();
38838
let wiToAdd = importCharacterCardAsWIInternal(charData.data);
38839
current_wi = current_wi.filter(wi => wi?.folder !== name)
38840
current_wi.push(...wiToAdd)
38841
+ let chatMode = localsettings.opmode==3 || (localsettings.opmode==4 && localsettings.inject_chatnames_instruct)
38842
+ if (chatMode)
38843
+ {
38844
+ localsettings.chatopponent += `||$||${name}`
38845
+ }
38846
}).button("Download character", async () => {
38847
popupUtils.reset()
38848
let charData = await getCharacterData(name), {image} = charData;
0 commit comments