Support |
> Btw, has a "random" function been integrated into the Mobius script language yet? Yes, as of 1.30c. You can generate a random number between any two integers: # select one of four loops at random LoopTrigger rand(1,4) # jump to a random location in the loop Move rand(0, loopFrames) Jeff