fix: add missing check for regex order flag
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user