tdBattlePetScript

tdBattlePetScript

389k Downloads

Request: [self.hp>enemy.hp]

SilentSigns opened this issue ยท 1 comments

commented

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.

commented

use self.hp.high or self.hp.low