Too many lines
This commit is contained in:
parent
279b731f64
commit
5bda74b886
|
@ -3,12 +3,8 @@ import { extension_settings, saveMetadataDebounced } from './extensions.js';
|
||||||
import { executeSlashCommands, registerSlashCommand } from './slash-commands.js';
|
import { executeSlashCommands, registerSlashCommand } from './slash-commands.js';
|
||||||
import { isFalseBoolean } from './utils.js';
|
import { isFalseBoolean } from './utils.js';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const MAX_LOOPS = 100;
|
const MAX_LOOPS = 100;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function getLocalVariable(name, args = {}) {
|
function getLocalVariable(name, args = {}) {
|
||||||
if (!chat_metadata.variables) {
|
if (!chat_metadata.variables) {
|
||||||
chat_metadata.variables = {};
|
chat_metadata.variables = {};
|
||||||
|
|
Loading…
Reference in New Issue