I'm at my wits end with this, I'm sure its an easy solve, so I would appreciate the help.
In the game I'm making, I have a layout set up so that when you press a button, I want it to keep appending text on a new line until one of two conditions happen.
for testing it, I set up a button to end the loop, but I cannot get it to work. I've tried doing while loops and adding a [wait 2*loopindex] but keep getting indefinite loops and its not waiting like it should, even when I put a [on button click end loop] in the events.
Any help on this?
I want to start just append text to a text block until either a button is pressed, or a random event (Which is controlled by time and a random number) happens.