Hi!
I have made this before but i can't seem to remember it now >.< and i know its possible, how do i set text values of array to just ONE(1) text object? and have newline for each value?
Thank you in advance!
jaytee
Develop games in your browser. Powerful, performant & highly capable.
For each X of array append text array.at(array.curX) & newline
Thank you!