Move creatorNotes macro init
| @@ -2751,6 +2751,7 @@ export function substituteParams(content, _name1, _name2, _original, _group, _re | ||
| 2751 | 2751 | environment.charVersion = fields.version || ''; |
| 2752 | 2752 | environment.char_version = fields.version || ''; |
| 2753 | 2753 | environment.charDepthPrompt = fields.charDepthPrompt || ''; |
| 2754 | + environment.creatorNotes = fields.creatorNotes || ''; | |
| 2754 | 2755 | } |
| 2755 | 2756 | |
| 2756 | 2757 | // 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 | ||
| 4291 | 4292 | loreAfter: worldInfoAfter, |
| 4292 | 4293 | mesExamples: mesExamplesArray.join(''), |
| 4293 | 4294 | mesExamplesRaw: mesExamplesRawArray.join(''), |
| 4294 | - creatorNotes: creatorNotes, | |
| 4295 | 4295 | }; |
| 4296 | 4296 | |
| 4297 | 4297 | const storyString = renderStoryString(storyStringParams); |