mIRC Home    About    Download    Register    News    Help

Print Thread
#101762 27/10/04 07:15 PM
Joined: Sep 2004
Posts: 17
_
Pikka bird
OP Offline
Pikka bird
_
Joined: Sep 2004
Posts: 17
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 :-)


*!*@help.me.if.you.can
#101763 27/10/04 08:34 PM
Joined: Mar 2004
Posts: 175
Vogon poet
Offline
Vogon poet
Joined: Mar 2004
Posts: 175
Code:
On *:ACTION:*:#: {
If ($Istok($1-,slaps $Me,32) == $True) {
inc %Slaps
.notice $Nick You are the %Slaps to slap me!
}
}


- Relinsquish
#101764 13/11/04 01:03 AM
Joined: Oct 2004
Posts: 11
R
Pikka bird
Offline
Pikka bird
R
Joined: Oct 2004
Posts: 11
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


Link Copied to Clipboard