This is wierd, but when I use the rnd() command to generate random numbers, it works fine within the DBC editing tool.
But if I build an executable file, it does not work properly.
It generates "Random" numbers, but in a sequential order, resulting in the same numbers being generated every time the program is opened.
Is there a patch, or some help? Has anyone every encountered this before?
[edit]I looked through some other threads, and found someone saying something like seeding your random numbers, can you do that in DB?