Reply to Randomization scripting help
If you don't have an account, just leave the password field blank.
So, I would just like someone to explain to me how all the random stuff works. You know:
int &randy = random(#, #)
if (&randy == #)
{
...
}
if (&randy == #)
{
...
}
Please, I want to make fit real good and I need to know how the random stuff works. The .chm file in the develop dir tells me nothing.
int &randy = random(#, #)
if (&randy == #)
{
...
}
if (&randy == #)
{
...
}
Please, I want to make fit real good and I need to know how the random stuff works. The .chm file in the develop dir tells me nothing.