|
|
Problem description:Is there a way to choose random choices, for example
(prob doesnt work)
rand(1,3) |
Code:
Problem description:Is there a way to choose random choices, for example (prob doesnt work)
| |||
#2 Jul 30 2012, 1:16 am
|
|
hmm. I see. It seems to have worked. Thanks!
| |
Here's a couple of other options:
The last one is probably the easiest to configure, but is a little difficult to read. <edit> Fixed probabilities in third example so they add up to 100 | ||
#4 Jul 30 2012, 1:24 am
|
|
Oh wow, this is perfect! Thank you!
| |
#5 Jul 30 2012, 1:25 am
|
|
And I can read the last one lol. No worries.
| |
just rand(1,3) doesn't do anything.