Examples #
ts
const currentHealth = player.health;
player.health = 199; // Set to full health.
player.health = 99; // Kill the player.