I’m super new to streaming and stuff, and I was looking around to see if there was a way i could make a command that would have nightbot pick a random overwatch character in chat with a command?
Yes take a look at this command:
At this point in time you can just use $(eval) for something like this. !commands add !nicecream $(user) $(eval a=["you're super spiffy!", " I love you!", "etc.", "etc"];a[Math.floor(Math.random() * a.length)]) To edit: All options need to be surrounded by quotation marks(") with a comma (,) between them. All editing should take place in the dashboard.
Just replace those values with the Overwatch champions.
system
Closed
June 14, 2017, 5:54pm
3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.