I am trying to do a !howlong command example: @Plaid Skunk's is 12 inches, but I want it so that when a mod uses the command it says a bigger number all the times, but not for viewers, is that possible?
4 replies
Deft Penguin
Define a number range for viewers and for mods.
Plaid Skunk
Say the viewers have the chance of getting 0-14, but the mods have the chance of always getting 12-14
Deft Penguin
!addcom -cd=5 !howlong @$(user)'s is $(eval `$(userlevel)`==`everyone`?Math.floor(Math.random()*15):Math.floor(Math.random()*3)+12) inches