mIRC Home    About    Download    Register    News    Help

Print Thread
#258921 13/09/16 05:33 PM
Joined: Aug 2016
Posts: 4
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Aug 2016
Posts: 4
Hey guys,

my laptop broke last month and with it I lost all the scripts I had. My most precious one I can't find anymore on the web, mainly because I don't even know what keywords to use.

the syntax goes something like

/me does something
count x
/me did something x times

Anthriel #258938 16/09/16 08:47 PM
Joined: Sep 2016
Posts: 11
P
Pie Offline
Pikka bird
Offline
Pikka bird
P
Joined: Sep 2016
Posts: 11
I think this is what you're looking for:

Counter script

Pie #258951 19/09/16 11:56 AM
Joined: Aug 2016
Posts: 4
A
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Aug 2016
Posts: 4
Nope, sorry, that's not what I was looking for

In the meantime, I studied what I remembered so far.Turned out to be the following:

command {
describe $chan throws something at $$1
inc %amount
describe $chan has thrown something %amount times
}

problem solved smile


Link Copied to Clipboard