pls help mob abilites

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Sulsayhl

Active Member
Mar 11, 2024
82
2
8
25
Hi, how would I add the ability where this custom mob has gold armor and an iron sword that also shoots fireballs

Code:
  if arg 1 is "SKELETOR_KNIGHT":
      summon skelton at location of player
      set max health of last spawned mob to 120
      set health of last spawned entity to 120
      set {_mhp} to maximum health of last spawned entity
      set {_hp} to health of last spawned entity
      set display name of last spawned mob to "&aSkeletor Knight &c%{_hp}%&a/&a%{_mhp}%"