I'm currently working on a basic random name generator for a game. I did a quick search to find if it had been done before, and found this example for Construct Classic by R0j0Hound:
dl.dropbox.com/u/5426011/examples4/randomname.cap
This name generator is based on simply picking a random line in a text object. However, I can't seem to be able to create multiple lines of text in Construct 2. Has this functionality been removed, replaced by multiline formatting? I feel like a complete fool having used quite some time trying to figure out how to create multiple lines of text.
I have found my way around it by creating a list object, and using events to select a random item in the list, and change a text object to the text of the selected item in the list. It works, but it is hardly elegant. Could someone help me out with what should probably be an exceedingly simple request to solve?