Hi guys i need help to make this command if i want to make a variable result and let nightbot pick any single random number, like: "user" size is xx cm
1 reply
Bashful Goat
Below is a command to generate a random number between 1 to 100 with the user requirement.
!commands add !random $(user) size is $(eval Math.floor((Math.random() * 100) + 1)) cm