if I want to see if my hp is at a certain percent do I just check it with something like this? It doesn't seem to be working correctly
Is the percent go from 1-100 or is the value different?
Code:
if (hpp(me) < 65 && (skillCooldown("Redoubt") == 0))
//Casting "Redoubt"
{
UseSkill("Redoubt", true);
Log("Used: Redoubt");
}
Is the percent go from 1-100 or is the value different?