Author Topic: How do you change a variable to a random number in VCE?  (Read 284 times)

Like for example I want to change var1 to a  number 1-5.

How do i do that?

Use "Set" to change it to 1, then use "Random" to change it to 5. It'll be a random number between 1 and 5.

Use "Set" to change it to 1, then use "Random" to change it to 5. It'll be a random number between 1 and 5.

Oh well thanks! Didn't know it was THAT easy.