what i would like is to do is
repect 4 times set text to random(4) but instead replacing each other it would go to a newline.
outcome i'm looking for is:
2
1
3
4
instead of:
and notthing else.
thank you in advance for your help.
Use the dedicated action "Append text".
To go to the next line, concatenate using the system expression "newline" :
Append text - newline & int(random(4))
Develop games in your browser. Powerful, performant & highly capable.
thank you ill give it a try.