Nightbot Custom troll command

I am trying to do a !howlong command example: @ThaSpicyMexican’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?

Define a number range for viewers and for mods.

Say the viewers have the chance of getting 0-14, but the mods have the chance of always getting 12-14

!addcom -cd=5 !howlong @$(user)'s is $(eval `$(userlevel)`==`everyone`?Math.floor(Math.random()*15):Math.floor(Math.random()*3)+12) inches

I appreciate you <3 thanks for everything :smiley:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.