Random printed name?

I would like to make my text a little more dynamic when referring to someone. I want the text to show different printed names for the same person.

If I talk to a friend, the text will randomly alternate between “friend”, “bro” and “pal” in the output text.

[code]To say friendname:
say “[one of]friend[or]bro[or]pal[at random]”

After examining your friend:
say “Hey, [friendname], [one of]how are you[or]what’s up[or]how’s it going[in random order]?”
[/code]
You could use the random text variation inline, but if you’re going to call it a lot, you’ll want to tokenize it.

inform7.com/learn/man/WI_5_7.html

That is just what I want. Thank you, Hanon0. :slight_smile: