Solved % problem.

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

Status
Not open for further replies.

BowYard

Member
Nov 2, 2017
45
0
0
28
Hi guys!
Before i start sorry for my english.

So the problem is that i want to subtract a percentage from a value.

if i do :
set {Variable1} to {Var2}-10% -------> It's ok... no errors

but what i need is
set {Variable1} to {Var2}-{AnotherVariable}%

and that gives to me an error!
Do you know any possible method????
Thanks a lot!
 
Well -10% is the same as *0.9

So instead of subtracting I’d multiply it and you can use variables doing that
 
Status
Not open for further replies.