mIRC Home    About    Download    Register    News    Help

Print Thread
S
syndrome208
syndrome208
S
I was only told that mirc could probably do this but I dont know that much about mirc only that I have a trivia script I found and use on my channel.

So what I want to do. Every so often I want to do a meta game with my chat. "Syndrome Says" and I'll name an emote example: "Syndrome Says synKappa" (and most will not be sub emotes) and the top 10 people to spam this in chat will get a prize. It would count pretty much the usage of synKappa

So I guess what it would need is to be able to change what the emote or word in all actuality and tell me the top X users of this emote/word and reset the counter as well on emote/word change. Maybe be able to do do combinations as well lol.

Thanks in advance if anyone even knows how to do this or if it is even achieveable.

Syndrome208 @
twitch.tv/syndrome208

Last edited by syndrome208; 21/10/15 12:37 PM.
S
syndrome208
syndrome208
S
another one that I thought of after I posted this was a script that could save the first person to say an emote/word in chat so I could put the emote image on screen and say "syndrome says guess that emote" and first to guess it wins.

I would just have to edit in the script and I would have all the emote images ready to show on stream at all times and I would just randomly select one.

Thanks
Syndrome208

Joined: Feb 2015
Posts: 241
O
Fjord artisan
Offline
Fjord artisan
O
Joined: Feb 2015
Posts: 241
$findtok(text,token,N,C)
Example 1:
$findtok(a b b c d,b,0,32)
Will return the total times that b is found in a b b c d (which is 2)
(32 is the ascii number of space character)
Example 2:
$findtok(a b b c d,b,2,32)
will return the place of the 2nd b found in a b b c d (which is 3) cause the 2nd b in a b b c d is the 3rd word (token)
but for what you want you'll need the first example.
in mIRC type /help on text
and
/help $findtok
for more help

J
jackpotirc
jackpotirc
J
This looks completely foreign to me but I'm sure one of my mods might understand it though so will play around with it later today.

Thanks
Syndrome208


Link Copied to Clipboard