Game Maker
No edit summary
No edit summary
Line 1: Line 1:
action_set_health(amount of health)
+
'''<tt>action_set_health(amount)</tt>''' does practically the same as the action [[Set the health]].
   
  +
== Code Sample ==
  +
<pre>action_set_health(100); //restores the health</pre>
   
  +
== See Also ==
----
 
  +
*[[Set the health]]
Code Example:
 
  +
*[[List of functions]]
   
  +
[[Category:Action Functions]]
action_set_health(100)
 

Revision as of 17:02, 29 June 2005

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

Code Sample

action_set_health(100); //restores the health

See Also