Move creatorNotes macro init

5c4794812fec15a3554f2ae143f3f97ac1b7ecd2

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/script.js+1 -1
@@ -2751,6 +2751,7 @@ export function substituteParams(content, _name1, _name2, _original, _group, _re
27512751 environment.charVersion = fields.version || '';
27522752 environment.char_version = fields.version || '';
27532753 environment.charDepthPrompt = fields.charDepthPrompt || '';
2754+ environment.creatorNotes = fields.creatorNotes || '';
27542755 }
27552756
27562757 // Must be substituted last so that they're replaced inside {{description}}
@@ -4291,7 +4292,6 @@ export async function Generate(type, { automatic_trigger, force_name2, quiet_pro
42914292 loreAfter: worldInfoAfter,
42924293 mesExamples: mesExamplesArray.join(''),
42934294 mesExamplesRaw: mesExamplesRawArray.join(''),
4294- creatorNotes: creatorNotes,
42954295 };
42964296
42974297 const storyString = renderStoryString(storyStringParams);