I'm trying to create a simple word-game.
Player 1 gets three random words and has to make some sentences, using all three words.
Then it's player's 2 turn: player 2 can't see the text that player 1 has written. He also gets 3 random words from the sentences player 1 has made.
Then it's player's 1 turn again, and so forth...
Ultimately there's one button that 'glues' the complete story together.
Nothing fancy, but I only started with C2 a couple of weeks ago so still learning and still reading...
I managed to put all the players entries into a global variable, but when player 1 has entered his sentences, I can't get C2 to pick three random words out of the global variable...
Hope this makes any sense?