I'm basically trying to make a "Who's that Pokemon" command for a friend, but because of character limits could only get 30 in.
So was looking to use something like Pastebin to list them all and then nightbot select from there.
I'm completely new to this kind of thing, so will need help put as simply as possible.
$(eval a=$urlfetch json mylink);a[Math.floor(Math.random()*a.length)]) is what I had been trying with, but get unexpected identifier and then the math bit.
Am completely new to this kind of thing, so will need it explained very bascally