Recent content by JustAKing_

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

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

  1. J

    Discord Thread numbers

    problem: I want my variable to be only in the range [0,21] i.e. never less than 0 or greater than 21. my code is: function startBossbar(p: player): if {bossbar.%{_p}%} is set: if {num} is greater than or equal to 0: if {action.%{_p}%} is "break": set...
  2. J

    Solved function with multiple values

    its function vagtarmor(kit: string, lore: string) and if you are going to return a string or something put at the end of it ":: {type} example: function vagtarmor(kit: string, lore: string) :: string