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){
|
for(const m of meta){
|
||||||
if(m.startsWith('order ')){
|
if(m.startsWith('order ')){
|
||||||
order = parseInt(m.substring(6))
|
order = parseInt(m.substring(6))
|
||||||
|
orderChanged = true
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
actions.push(m)
|
actions.push(m)
|
||||||
|
|||||||
Reference in New Issue
Block a user