Trigger Caused By Color Change

I play a game called Realm of The Mad God. In it you have a heath bar that goes down when you take damage. When health is low the bar doesn’t cover up the background any more. So when health is low, (and a gray pixel is showing) I want it to auto press R to heal me. How could I set this up? I am very new. Thanks!

You cannot trigger by a color change.

The only way to do this would be to have a macro triggering periodically with some high frequency, and have it detect the color (using the Pixel condition hopefully).

You would want some way to turn that macro on and off, perhaps with a hot key of some sort. Given the nature of it as a safety net, you probably want some way to tell at a glance that it is on, perhaps showing a palette somewhere.

1 Like

Thanks so much!