Nightbot Custom troll command

Asked Jan 21, 2020·4 replies·Last activity 6 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

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

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 :D

smiley.png