I'm trying to make a game with my nightbot and i want to use a random number generator to pick a number from 1-1000 for a hammer strength test and from a certain range 1-99 i want to return something that says your hammer strength was #randomnumber and display #specified command.
For example 705 - Great swing almost there.
100 - weak throw lets try again!!
Ranges : 1-100 - Try again
101 -250 - Getting there
251-500 - Almost there
ETC.. is there a good command to do for that? I do not want to create a pastebin file with 1000 lines repeating.. there would be 10 different commands for different number ranges.