I already have a !slap command in place where I can get either a user to "slap" or in my case "take aim" at a random or named user, it will then generate my 1st $(eval) which are a list of weapons, I then want it to give me another outcome on a 2nd $(eval) like "and killed them" or "hit the barn door"
The code I have so far is:
$(eval a=[Shot Gun,M4A1,Throwing Knife,Semtex,.50 Cal,Noob Tube];$(user) aimed at ${$(query)||$(urlfetch https://2g.be/twitch/randomviewer.php?channel=$(channel))} with a +a[Math.floor(Math.random()*a.length)])!
any help welcomed