Topic: HELP: Random Numbers
Hello everyone! Well, there is a question I have about random numbers. Using the 'random' function to randomize an integer I get always a fixed number when the trigger fires.
For more details, I have made a trigger that randomly creates a door or a wall (made into units) in certain places. I put the action in the iniitialization and set the range from 1 to 100. Whenever I start the game, I always get 54.
I encountered this problem with almost all programming languages and most of them had an 'Randomize' function that resets the seed. Any help on what could i do?
