Hello guys!
I am having a little problem..
I have made a function which randomize and save the result in a variable and after this function calls another function based on the result of the random.
Well.. It works well when I use in single events, but I am trying to call this function twice at the layout start.
When I do this, the function dont randomize twice, only do the rest.
So this first function just randomize and the second one just create a object.
And when i call twice only the second function works.
Do you know how can I fix it?
Regards