I have this command and I wanted to ask if it is possible to add the impact force in a random % value, I saw the settings elsewhere
" … with force ${random} % " and I wanted to find out if I can set such a variable and if so, how
Hello,
You have the following TAG :
$random(min,max)
Ex: $random(1,10)
$(display_name) przywalił patelnią w głowę $twitch(display_name,$arg(1,0,1)) z iłą $random(1%,100%)!
I did that and it doesn’t want to work
Why do you add % to the TAG?
Do like this:
$random(1,100)%
Thanks
1 Like
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.