Hey guys,
I was wondering if anyone could help me out with as im trying to get a command to work where everyone will put in a guess like "spirit, oni, poltergist, etc." plus what room the ghost is in and for them to be only able to enter in their guess once for stream but so far I cant find the info I need to make this store inside a list with first command and with the second command have the mods be able to enter in say "Oni in bathroom" it can tell me who guessed correctly from the first command
Edit: i've worked out how I'm going to get people to add their guesses and i'll get the mods to monitor the list to ensure that nobody cheats the list
To add and remove guesses I plan to use the quote system
$(eval z=`$(urlfetch https://twitch.center/customapi/addquote?token=PRIVATE_TOKEN&data=$(user)|$(querystring)|)`;`$(user): guess registered.`)$(eval z=`$(urlfetch https://twitch.center/customapi/delquote?token=PRIVATE_TOKEN&clear=1)`;`Guesses cleared.`)
The only thing i cannot work out is how to get nightbot to announce all the people that have guessed it right without going through the list manually
Thanks in advance