I have tried to make a certain variable change, but i am having trouble accessing it. Here is the code:
Actor a = getOneObjectAtOffset(535,45,Actor.class); if(a != null) a.stop(stop);