mIRC Homepage
Posted By: _Patrik_ Slapper script - 27/10/04 07:15 PM
Hello

I need a little script that counts everyone that slaps me, for example: if someone slaps me then the user will reccieve a notice message from me saying "You were the (counter) to slap me!

Please help me with that one :-)
Posted By: Relinsquish Re: Slapper script - 27/10/04 08:34 PM
Code:
On *:ACTION:*:#: {
If ($Istok($1-,slaps $Me,32) == $True) {
inc %Slaps
.notice $Nick You are the %Slaps to slap me!
}
}
Posted By: Rhino Re: Slapper script - 13/11/04 01:03 AM
On *:ACTION:*:#: {If ($Istok($1-,slaps $Me,32) == $True) {inc %Slaps.notice $Nick You are the %Slaps to slap me! Now I hope that made you feel better}}

I added an extra, and I can't get it to work, have I totally blown it ?


Scripting numpty confused
© mIRC Discussion Forums