Game Maker

Heal Player

Heals a player by a specific amount.

This action restores health to a player.

Configuration

  • Heal Amount: The amount of health to restore (1.0 = half a heart).
    • You can enter a very large number (e.g., 999) to effectively heal the player to full health.
    • A value of -1 will also heal the player to full health.
  • Target: The Player to heal.

Use Cases

  • Creating healing pads or zones.
  • A "health pack" custom item that heals the player on use.
  • Rewarding a player with a burst of health for completing an objective.