Hi!
I am making a game in 3DFA.
And I want to work with a dice.
Everything is good and all but I don't exactly know the script for a random number.
I found the functions of Blanius.
This script:
And how can I get the output into a textbox. What should I insert as the variable?Code:function randomRange(Min,Max){
return random(Max-Min+1)+Min;
}
Can someone help?
Thnx!
Grtz,, Yoer88
