Hello, a question, why is it necessary to add "" to display more variables in a text ?.
Press cursor down to display the test variables.
dl.dropboxusercontent.com/u/60803633/test.capx
Develop games in your browser. Powerful, performant & highly capable.
if you change it to
set text to str(var)&var1&var2
it also works..
a string should start with a string and not a number..
Ok, thanks¡.