dax

Results 8 comments of dax
trafficstars

Yes! That sounds like the right approach. In Java, there's a method for getting the cursor's state (text hover, resize, move, etc) `java.awt.Cursor.getType()` If there's a similar one in python,...

created to look at the diff, but @FALSkills feel free to merge

Below are 2 cases (from @Dentist): - Using from a location you can't use: ![image](https://user-images.githubusercontent.com/8293051/173008509-78a7cc85-9cdf-441e-9c83-6355bf7c868c.png) - Using from death tile or when your character is running ![Screen Shot 2022-06-10 at...

This is pretty feasible, and not too hard to add. I can add it to server side when I have time.

I've been giving it a thought and the issue I'm trying to figure out how to handle is how to determine the "state" of the bot when it returns, while...

huh I thought those fields were final. I guess not we should probably store it in a local variable as you mentioned

Maybe I'm misunderstanding something... but: - if `home.getX() is -5129`, then that contradicts with `collisionData.length < home.getX()` - `collisionData.length` can't be less than 0 so that means `collisionData[home.getX()]` shouldn't have...