So uhhh how it works is: - A and B are two variables limited to a value between -100 and 100. Every frame A and B will do one of the following: • Move its value by one if it can • Stay and not do anything • Move it’s value by negative one if it can - Times is how many times A and B changed (I sped up the process by making it do that 5000 times) - Meets is how many times A = B - Chance is the chance that meets occur (Times / Meets * 100) - Chances is list the of chances (Every 5000 changes for A and B) - Average chance is the average of Chances That’s it!