Add damage to?
From Unofficial QEdit Wiki Guide
Revision as of 23:50, 27 April 2013 by Japanaman2 (Talk | contribs)
Contents
Syntax
Syntax: add_damage_to? T_DWORD 1, T_DWORD 2
- T_DWORD 1 = xxxxxxxx player slot number to add damage to.
- T_DWORD 2 = xxxxxxxx amount of damage to add.
Use
Used to reduce the hit points of players.
Example
100: add_damage_to? 00000000, 00000064 //Deals 100 hit point damage to the red gem player.
ret