I have been stuck on trying to solve this please help.
You can use:
int(random(1, 10))
where do you want me type that like in a certain command or something
System action Set Global Variable MyVar to int(random(1, 10))
Develop games in your browser. Powerful, performant & highly capable.
is it like that?
No,
you just have stored a string to this variable.
You need a numeric variable and after that set his value.
See this example:
Run it using debug mode and see it randomizing every 2 seconds.
thank you so much