diff --git a/src/ts/process/scripts.ts b/src/ts/process/scripts.ts index cc3417c8..5ca89ca3 100644 --- a/src/ts/process/scripts.ts +++ b/src/ts/process/scripts.ts @@ -337,7 +337,7 @@ export function getVarChat(targetIndex = -1){ break } case 'overflow':{ - const exArg = rule.arg.split("::") + const exArg = rule.arg.split(":") let rv = parseInt(vars[rule.key]) const val = parseInt(exArg[0]) const tg = exArg[1]