I am wondering if there is any way to allow the random numbers ( rand(1,15) ) to be changed like this which doesn't work,
rand([basedmg],[maxdmg]) is there a way to do anything like that?
ID:176950
Nov 25 2002, 10:26 am
|
|
Nov 25 2002, 10:27 am
|
|
You don't need the brackets because you aren't putting text in the rand() proc, you are giving it numerical values, so you can just put the var names in there without the brackets.
|