mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2015
Posts: 168
P
Vogon poet
OP Offline
Vogon poet
P
Joined: Jan 2015
Posts: 168
I had some help with this script. Basically it supposed to grab points of a specified user.


Code:
on *:text:!points*:#:{
  if ($nick isop #) {
  else { msg # $2 has $readini(Points.ini,$+(#,.,$2),Points) points. }
}
}


Last edited by powerade661; 13/08/15 06:17 PM.
Joined: Jan 2015
Posts: 168
P
Vogon poet
OP Offline
Vogon poet
P
Joined: Jan 2015
Posts: 168
Never mind I figured it out. Thanks anyway


Link Copied to Clipboard