Random list AI in TS 2009

sauleve

New member
I'm trying to set a random variable, pause then reset the random variable.

Ive tried this...

Ordered list (set to repeat forever)

> Random list

> > variable modify set rnd = 1
> > variable modify set rnd = 2
> > variable modify set rnd = 3

> wait 30 secs

...however what should be an infinite loop stalls after setting the variable the first time.

Is it not possible to nest a random list session command?
 
Back
Top