Request: [self.hp>enemy.hp]
SilentSigns opened this issue ยท 1 comments
Recently was trying to set conditions for Life Exchange to only cast when your pet will gain health by comparing my pets health with the enemy pets health, but the only way to use hp compare in the API documentation is to use an absolute number.
The in-game editor accepts [self.hp>enemy.hp] but breaks the script entirely.