Having a quick and easy way to tell the dialogue to pick a synonym for a word or two in a line would allow for the dialogue to seem much more varied and less repetitive.
Suppose I want to have a line play that randomly chooses among several synonyms. How do I do that?
For example: "I am a *X*" where X is randomly chosen from {"male", "man", "dude", "guy"}.
Is there any way to then make the choice either:
(a) remembered so it is chosen again or
(b) drive other word choices down the road?
For example, "I am a *X* and my name is *Y*" where X is randomly chosen from {"male", "female"} and Y is {*Bob iff X = male, Jane iff X= female}?
Suppose I want to have a line play that randomly chooses among several synonyms. How do I do that?
For example: "I am a *X*" where X is randomly chosen from {"male", "man", "dude", "guy"}.
Is there any way to then make the choice either:
(a) remembered so it is chosen again or
(b) drive other word choices down the road?
For example, "I am a *X* and my name is *Y*" where X is randomly chosen from {"male", "female"} and Y is {*Bob iff X = male, Jane iff X= female}?