How would I make an if statement where getX() is equal to a certain number?
This is what I thought would work but I think I am missing something but I'm not sure what... This is in an actor class btw.
public void getXA() { if ( getX() == 4897) { //code omitted } }