mIRC Home    About    Download    Register    News    Help

Print Thread
#21466 29/04/03 02:54 AM
Joined: Feb 2003
Posts: 48
B
brad2 Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Feb 2003
Posts: 48
OK, I am not sure if this can be done, but I am going to ask anyway. Is there a way to make a popup that can pick random people out of a channel, and put their nick in the popup?

EX. /me slaps 'RandomPerson1' and 'RandomPerson2'

This would be in the channel popups I assume, and use something like $1, $2, $3, for the nicks? I have seen something like this before, I believe it was in a script, like KickChat, etc. It was like a "channel fight" or something liek that.

Any help appreciated. Thanks.

Last edited by brad2; 29/04/03 02:56 AM.
#21467 29/04/03 04:10 AM
Joined: Apr 2003
Posts: 6
C
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
C
Joined: Apr 2003
Posts: 6
Code:
$nick($chan,$r(1,$nick($chan,0)))


This gets a random person from the channel.

Coca-Bear


Link Copied to Clipboard