mIRC Home    About    Download    Register    News    Help

Print Thread
#114620 16/03/05 02:20 AM
Joined: Oct 2004
Posts: 11
R
Rhino Offline OP
Pikka bird
OP Offline
Pikka bird
R
Joined: Oct 2004
Posts: 11
On *:ACTION:!slap:#: {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}}


Have I got this right? confused

I want it to give a slap return reply to the "slapper" of how many time x been slapped

Thanks in advance for advice & help. cool

#114621 16/03/05 02:35 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Why don't you try something like...

Code:
on *:Action:$(*slaps $me $+ *):*: { 
  inc %slaps
  .notice $nick You are number %slaps to slap me.
}


Link Copied to Clipboard