Count the fingers in your head or out loud. They may have the wrong number of fingers, the number may change while you try to count them, the fingers can be deformed and keep on changing when you look at them.
Ah shit, my suspicion was correct - I'm an AI, and a bad one at that. Now I know why the world around me doesn't feel real.
You can simplify your rng by using global
randomize()
. Then you won't have to remember to create a new random generator, and you can generate random stuff withrandi_range()
instead ofrng.randi_range()
. That is, if you don't need several differently-seeded random generators.Couldn't read through the whole code because of messed up formatting.