Force name2 advanced option

This commit is contained in:
SillyLossy
2023-03-22 16:53:01 +02:00
parent a575b072da
commit 3fe0e629c0
4 changed files with 39 additions and 6 deletions

View File

@ -44,6 +44,7 @@ import {
disable_description_formatting,
disable_personality_formatting,
disable_scenario_formatting,
always_force_name2,
} from "./scripts/power-user.js";
import {
@ -1094,6 +1095,11 @@ async function Generate(type, automatic_trigger, force_name2) {//encode("dsfs").
storyString += appendToStoryString(example, '');
}
}
if (always_force_name2) {
force_name2 = true;
}
//////////////////////////////////
var count_exm_add = 0;