Hi team.
Im creating a GUI and I tried to use below code "onpress" but dont work, could you please let me know where i need to do the improvement?
int contenido= content(model()); for (int k = contenido; k>2; k--){ destroyobject(rank(model(),k) }
If i use the "script console" the above code works well, so I dont know why dont work.
Thanks a lot