Author Topic: VCE Random Events  (Read 396 times)

I can never seem to understand how the random events work. Can someone give me an example of a working random event string?

Set a var to 1
RandomNum that same var with a value of 3

Random numbers will be between 1 and 3.

Set a var to 1
RandomNum that same var with a value of 3

Random numbers will be between 1 and 3.
Ah ha, thanks.

it randoms the varaible from the varaible amount to the number you input (for the randomnum event input)
input>target>vce_modvariable[X][randomnum][Y]
X is the min random number (variable)
Y is the max random number