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
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
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.