Description
Sets the health of a Player or Players without affecting stats or granting damage/healing credit. This action only has an effect on living players. (For dead players, use the Resurrect Player action instead.)
Snippet
Set Player Health(Event Player, 1);
Properties
Returns: Void
Parameters: Player, Amount
Player
Type: Player | Array (Player), Default: Event Player
The Player or Players whose Health will be set.Amount
Type: Float, Default: 1
How much health the Player or Players will have.