ID:266603
 
What exactly does this mean? if(usr.HP >= (num * 13))
Thief jack wrote:
What exactly does this mean? if(usr.HP >= (num * 13))

If the user's HP variable is greater than or equal to num times 13.