diff --git a/src/ts/process/triggers.ts b/src/ts/process/triggers.ts index e0e345cc..07d9bcf2 100644 --- a/src/ts/process/triggers.ts +++ b/src/ts/process/triggers.ts @@ -988,7 +988,8 @@ export async function runTrigger(char:character,mode:triggerMode, arg:{ await processMultiCommand(effectValue) break } - case 'stop':{ + case 'stop': + case 'v2StopPromptSending':{ stopSending = true break }