How does one grab a random paragraphs text from a string object? say theres 10 paragraphs all with 1 word each in them, how would i grab one at random?
[Game design makes my brain feel like its gonna explode.]
I've been giving this question some thoughts too, but my skills are a bit rusty and Clickteam products work a bit different with text than most normal environments which let's you easily manipulate strings.
If setting different paragraphs for you will work, try that. Otherwise you might want to look at some kind of text object, or blitting object. And another good hint would be: substring. Which let's you extract portions of string.