Weave.Self.Heal

Sets health to the specified percentage (0-100). Also clears blood and visible damage.

Syntax

Weave.Self.Heal(amount)

Parameters

amountnumber

Health percentage (0-100)

Example

-- Fully heal the player
Weave.Self.Heal(100)

-- Set to half health
Weave.Self.Heal(50)