Also, cinematic mode will turn off the random number generator (by setting the seed to 0). In that case, you would either have to avoid going fully into cinematic mode, or reset the random number generator. I think the JASS function is "RandomSeed(integer)" but I'm not sure. |