• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

randomize() / set_random_seed() question

Geoff Jones

Member
Hello!

Is it possible to have parts of the game use a random seed, and other parts of the game use a set seed? Such as NPC movements using a random seed, and things like landscape feature using a set seed? Or are those two functions mutually exclusive?

Thanks!
 
Top