Hi, im kind of new to processing and I am working on a starter fighting game and one of the things that I am using to make it so my character can hit the enemy is if statements. I want to type it out like <
<
if(knightX-monsterX == >5) {
reach = “true”;
}
But this isn’t possible so I was wondering if there are any work arounds or any way to do this.