From c5941f6c89aa08b55a8731157ca97bcb25eef67b Mon Sep 17 00:00:00 2001 From: cajun <12363371+CajunAvenger@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:21:12 -0500 Subject: [PATCH] Update script --- data/magic.mse-game/script | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data/magic.mse-game/script b/data/magic.mse-game/script index c37afb6b1..26e1ec953 100644 --- a/data/magic.mse-game/script +++ b/data/magic.mse-game/script @@ -1693,6 +1693,15 @@ text_filter := in_context: "(^|[[:space:]]|\\(|,|\\.|:|“|\"|'|‘|/|​)", #### TODO: Allow any punctuation before replace: "" ) + + #### step 3bb : debug atom fields + replace@( + match: "([^<]+)\\1", + replace: "" + ) + #### step 3c : fill in atom fields tag_contents@( tag: "", @@ -1713,7 +1722,7 @@ text_filter := ) + replace@( match:"^this", - replace:"This" + replace:"This" ) + tag_contents@( tag: "",