sometimes when I’m talking to heracross she draws out my name when she says it, but only the vowels, how did you do this if my name isn’t preset? I thought it was really interesting
Thank you, it was a tricky little algorithm to write!
https://gitgud.io/argonvile/monster-mind/-/blob/main/source/MmStringTools.hx#L15...
The algorithm is here but basically it looks for the first two vowels in your name and adds more of that vowel. There are a few edge cases if your name is something bizarre like "grt" or "j" but that's about it!