diff --git a/src/ts/process/scripts.ts b/src/ts/process/scripts.ts index 37dea54f..05d4f5c0 100644 --- a/src/ts/process/scripts.ts +++ b/src/ts/process/scripts.ts @@ -277,6 +277,7 @@ export async function processScriptFull(char:character|groupChat|simpleCharacter for(const m of meta){ if(m.startsWith('order ')){ order = parseInt(m.substring(6)) + orderChanged = true } else{ actions.push(m)