Skellett - The beast addon!

Addon Skellett - The beast addon! 2.0.10

  • 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!

Fixed:
- A Tuske issue
- Some syntax interference as reported by @Snow-Pyon :emoji_grinning:
- Code clean
- Updated some syntax to new style
- Bug fixes
- More null pointer fixes
  • Like
Reactions: Snow-Pyon
Fixed/Changed:
- Changed a bolding format in the /skellett syntax toggles.
- A little bit of code cleaning. No noticeable change.
- Fixed a 1.8 bug with the breeding event.
- Fixed a few null pointers.
- Fixed not being able to change the age of zombies.
- Changed syntax:
code_language.skript:
%player% (1¦is|2¦is(n't| not)) (running|using) [the] [client] SquidHQ [client]

Test script:
code_language.skript:
command /spawnmob:
    trigger:
        spawn 1 of zombie
        set {_entity} to last spawned zombie
        if {_entity} is an adult:
            broadcast "yes"
        else:
            broadcast "no"
        make {_entity} a baby
  • Like
Reactions: Ayham Alali