$health = round($this -> user['health'] / $this -> user['maxHealth'] * 100,2); $energy = round($this -> user['energy'] / $this -> user['maxEnergy'] * 100,2{);