0123Atsuse

Untitled

Mar 7th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #=================#
  2. # #
  3. # Enemy HealthBar #
  4. # #
  5. #=================#
  6.  
  7. on damage:
  8. victim is a monster
  9. set {_victim-name::*} to name of victim split by "?"
  10. loop {_victim-name::*}:
  11. set {_mob-name} to loop-value
  12. stop loop
  13. set name of victim to "%{_mob-name}%&c?&f%health of victim%"
Add Comment
Please, Sign In to add comment