ok..thank you, is there a way to call that number back like store it or can you just do this:
Code:
random_num(0,100)
if ( get_pcvar_num(random_num) <= 5)
{
//do this....
}
else if ( get_pcvar_num(random_num) > 5 && get_pcvar(random_num) <= 15 )
{
//do this....
}
//and so on...