mIRC Home    About    Download    Register    News    Help

Print Thread
#79570 17/04/04 01:26 AM
Joined: Apr 2004
Posts: 3
I
Self-satisified door
OP Offline
Self-satisified door
I
Joined: Apr 2004
Posts: 3
I would like to have an alias that puts out multiple lines using /say, but with a delay in between each line to give people a chance to read it.

How can I do that?

Thanks in advance

#79571 17/04/04 02:16 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
Yes, Use timers.
Such as:
alias test { msg $active This would be your first line
.timer 1 3 msg $active In 3 secs, This Msg Will Come up.
.timer 1 6 msg $active In 10 secs, This Msg Will Come up.
.timer 1 9 msg $active In 9 secs, This Msg Will Come up.
.timer 1 12 msg $active In 12 secs, This Msg Will Come up.
}
This would display the line every "3, 6, 9, and 12" seconds. The first line will come up RIGHT after you type "test."
However, If you'd like, Change the intervals (3,6,9,12).
-Kriminal (Mew)
-EliteIRC Network


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#79572 17/04/04 02:29 AM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
I would write all lines i wanted to send to a file, then /play that file to the channel.


New username: hixxy
#79573 17/04/04 02:47 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
Yeah, That's aight.
During it the way I suggested allows the user to customize the amount of Secs they want it to be displayed, Remember, he wants everyone to read it before going onto the next line.


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#79574 17/04/04 02:59 AM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
/play will also let everyone read it if you have your flood settings set properly. smile


New username: hixxy
#79575 17/04/04 12:58 PM
Joined: Jun 2003
Posts: 994
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Jun 2003
Posts: 994
Quote:
customize the amount of Secs

/play fileneme.txt 3000 (3 second delay between lines)


I refuse to engage in a battle of wits with an unarmed person. wink

Link Copied to Clipboard