Using regex to apply a voice preset to an arbitrary set of NPCs and Players #205
Unanswered
hunter13118
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings!
I was aiming for a way to give sets of NPCs varying voices/accents.
The use case that I was trying was:
I have a "Doman Delegate" that I am speaking with, whom I would like to have a particular voice. While I could make a singular NPC rule to apply this, I would ideally make a singular rule that applies to all NPCs whose name contains the term "Doma" in it, akin to this regex
[A-Za-z]+ Doma[A-Za-z] [A-Za-z]+
I was wondering if there was a way to accomplish something like this currently. Any help, suggestions, or workarounds would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions