by XMog » Wed Jun 15, 2016 5:10 am
I responded in the IRC channel, but you quit after.
There is currently no built-in option in Invision for a kick counter. So, your options are to implement it yourself, or wait for the possibility it will be added in a future release.
The basic implementation would involve two steps: keeping track of the number of kicks, and displaying the count during a kick. Invision has its own KICK alias, so those two steps could both be added to that alias. The KICK alias is located in ialias1.mrc, the line that starts with "kick {". Create a variable to store the counter, increment it for each kick, then display the counter as part of the kick message. It's not an easy addition if you're not familiar with scripting, but in case you are, those are the steps.