Advertisement
ExcaliburNUMNUM

Healing Script

Sep 3rd, 2021
3,318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. //bind to onHealthChange.
  2. //Healing Script by ExcaliburNUMNUM ~GOD
  3.  
  4. IF((%HEALTH% < 20) && (%@&cooldown% = 0));
  5.     ECHO(/heal);
  6.     SET(@&cooldown,1);
  7.     SET(@&spamblock,0);
  8. ENDIF;
  9. IF(%@&spamblock% = 0)
  10.     WAIT(35t); //Spam Timer;Change this shorter if your dying to quickly.
  11.     SET(@&cooldown,0);
  12.     SET(@&spamblock,1);
  13. ENDIF;
  14. STOP;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement