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:
Thanks already
[doublepost=1577978560,1577907615][/doublepost]Guys wanted to say I just used the form of percentage means 10% of 50 = 50 : 100 • 10
Code:
command /test:
trigger:
send "CN: 50 +10%%"
set {_test} to 50
add 10% of {_test} to {_test}
send "NN: %{_test}%"
Thanks already
[doublepost=1577978560,1577907615][/doublepost]Guys wanted to say I just used the form of percentage means 10% of 50 = 50 : 100 • 10