Difference between revisions of "Restore hp"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
 
Line 14: Line 14:
  
 
==Also see==
 
==Also see==
List of OP Codes used in example.
+
[[ret]]

Latest revision as of 22:12, 28 April 2013

Syntax

Syntax: restore_hp

  • None

Use

Used to fully restore the hit points of the player who encounters this op code in the script.

Example


100:     restore_hp  //Used to fully restore the hit points of the player who encounters this op code in the script.
         ret 

Also see

ret