percentage

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

  1. Ronnoc2w

    Solved Add percentage of variable to variable

    Hello guys, I want to make a skript so you can add percent of a variable to a variable. I think my code explains what I mean: command /test: trigger: send "CN: 50 +10%%" set {_test} to 50 add 10% of {_test} to {_test} send "NN: %{_test}%" Thanks already :D...