
MatthewDratt
Joined: Sep 11, 2010
TAKEDOWN IS OUT MattDratt.com
|
Posted: Apr 24, 2012 07:43 PM
Msg. 1 of 2
If there a way to script it so if (health/sheilds are down or low) then something triggers
|

Darfnader
Joined: Mar 19, 2012
wut
|
Posted: Apr 24, 2012 08:56 PM
Msg. 2 of 2
(if (unit_get_health (unit (list_get (players) 0)) X) (then statement)) (if (unit_get_shield (unit (list_get (players) 0)) X) (then statement))
Replace "X" with the health or shield of the player required to trigger the then statement.
|