mIRC Home    About    Download    Register    News    Help

Print Thread
#103910 27/11/04 05:41 AM
Joined: Nov 2004
Posts: 8
M
m1rcNb Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
M
Joined: Nov 2004
Posts: 8
Oke the following. Lets say i have a large chump of text
however i can not have this being msg 'd to the channel all at ones. cuase that would simply disconnect and or flood the channel.

Lets say i want to send max 10 lines than wait for 5 seconds and than continue with 10 more lines untill that text has been completed. How do i do, or accomplish this.

.timer 1 $rand(5,$lines(%x $+ .txt)) | .privmsg $chan(%x $+ .txt,%f)

Joined: Oct 2004
Posts: 4
K
kof Offline
Self-satisified door
Offline
Self-satisified door
K
Joined: Oct 2004
Posts: 4
did you try /play !! if not read /help /play you can display files using /play with any delay guess that would not flood the channel and you can link it with on *:playend: { if ($filename == name.txt) { timer 1 10 play #name name.txt }
read /help on playend
guess you got my point! smile

Joined: Nov 2004
Posts: 8
M
m1rcNb Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
M
Joined: Nov 2004
Posts: 8
thanks ill have a look into that. didnt know about the play function smile


Link Copied to Clipboard