`Hi, I’m working on an open world shooter like GTA IV, and i was just wondering how i could recreate the wanted level system for when you commit crimes. Thanks!
I have to tell you, it’s incredibly simple. It’s an integer.
When you commit crimes, it goes up. When you do good stuff, it goes down.
The variable would probably be in the player.
3 Likes
Thank you