Numbers each message in chat and allows clearing the counter
< 脚本Manual Message Numbering的反馈
Just writing this reply so I can change the review to "Good", since it does work as intended, but I just wish it worked differently.
Just writing this reply so I can change the review to "Good", since it does work as intended, but I just wish it worked differently.
Yep, I'm deeply sorry that it doesn't work the logical way, but I don't exactly have any idea what I'm doing, lol. I made it as a quick tool with chatgpt because I needed some way to count how many messages the chat lasts before it forgets key info from the roleplay. I tried to make it go from top to bottom, but since after some point top messages disappear from the page (they get loaded dynamically if you scroll up) I couldn't find the way to load them all for numbering. If someone wants to remake this script so that it works the way you describe, I'm happily giving permission
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
=FEATURE REQUEST=
I mean, the script is okay; but I expected it to work in the OPPOSITE way.
How it currently works, is something like this:
(Greeting) {{char}}: I'm feelin' a pang of somethin' rn bbq (3)
{{user}}: F-word you. (2)
{{char}}: wah im big sad (1)
END_DIALOG_THINGY
Notice how the numbers assigned consider the most recent message to be the first. Meaning, in order to count how many messages are in the entire chat, you have to scroll ALL THE WAY back to the greeting, and read the number there.
I was under the assumption that it would work in the opposite order, where the most recent message counts the last number, like this:
(Greeting) {{char}}: I'm feelin' a pang of somethin' rn bbq (1)
{{user}}: F-word you. (2)
{{char}}: wah im big sad (3)
END_DIALOG_THINGY
Don't get me wrong, the script is still helpful; it's just that you're gonna have to scroll all the way to the greeting to see the full chat number, which is a bit time-consuming, which is why I tried to avoid that by downloading this script. I hope that this feature can be added someday.