Search results

  • 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. T

    Is there a count function

    Lets say i have a number 137. How do i get the skript to return only the last digit of the number?So in this case its 7
  2. T

    Goat horn sound effect name in skript

    Need name of goat horn sound effects so i can use them in my skript.thanks
  3. T

    (Help) Defining Variable as a function

    im having a hard time reading this
  4. T

    (Help) Defining Variable as a function

    Hello, im quite new to skript so im not sure of how to do this. This is my current code: variables: {Souls} = 1 {SoulDMGHP} = (2+{Souls}/10) {SoulTimer} = (2+{Souls}/25) However it doesnt understand the functions that i want to use to determine the variables.Is there a way to fix...