Gaming
 

Action set health

From Game Maker

action_set_health(amount) does practically the same as the action Set the health.

[edit] Code Sample

action_set_health(100); //restores the health

[edit] See Also