Hi,
I encounter a problem, regarding reuse.
Here is an example:
t: Is it really that ^reuse(SYNONYMS.BAD)? ^reuse(SYNONYMS.CAN) you ^reuse(SYNONYMS.TELL) me what happened?
So the output by ChatScript may look like this:
Is it really that bad? Could you tell
So the rest of the sentence is simply missing.
(Please note that in my scripts I nest multiple ^reuse calls, that is, I reuse a responder that might reuse other things and often the output is randomized)
Why do I use these ^reuse(SYNONYMS) statements? Because I am not aware of another way to further randomize in randomized output.