mIRC Home    About    Download    Register    News    Help

Print Thread
#41831 14/08/03 06:45 PM
Joined: Aug 2003
Posts: 27
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Aug 2003
Posts: 27
Can anyone help me figure out how to stick a timer into this code so that it doesn't all spew out so fast that is gets jumbled up? I'm new to writing script, and sort of learning as I go along....ANY help would be greatly appreciated. (Please keep it simple, remember I am just learning...thanks)

Here is my code, and thank you for your help in advance!!

on 1:TEXT:help bible guardian:?:{ /msg $nick In order to use the Bible, you must have NO COLOR selected.
.msg $nick To view a bible verse ask this way: kjv Matthew 18:20
.msg $nick If you want to see a verse from a book that there is more than one of, ask this way: kjv 1John 1:1
.msg $nick If you want to see more than one verse at a time, you can ask for up to 4 at a time. Ask to see them like this: kjv Matthew 18:17-20
.msg $nick To view the help menu again type: help guardian }


~~~

I'm a Scripting Newbie, please forgive my questions, and have patience with me. Thanks!
#41832 14/08/03 07:09 PM
Joined: May 2003
Posts: 730
S
Hoopy frood
Offline
Hoopy frood
S
Joined: May 2003
Posts: 730
on 1:TEXT:help bible guardian:?:{
.msg $nick In order to use the Bible, you must have NO COLOR selected.
.timer 1 1 .msg $nick To view a bible verse ask this way: kjv Matthew 18:20
.timer 1 2 .msg $nick If you want to see a verse from a book that there is more than one of, ask this way: kjv 1John 1:1
.timer 1 3 .msg $nick If you want to see more than one verse at a time, you can ask for up to 4 at a time. Ask to see them like this: kjv Matthew 18:17-20
.timer 1 4 .msg $nick To view the help menu again type: help guardian
}
for example
it will be in a delay of one second for each msg

#41833 14/08/03 07:11 PM
Joined: Aug 2003
Posts: 27
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Aug 2003
Posts: 27
Scatman,thank you so much! going to go give it a try and will let you know!! *smiles* thank you!!


~~~

I'm a Scripting Newbie, please forgive my questions, and have patience with me. Thanks!
#41834 14/08/03 07:17 PM
Joined: Aug 2003
Posts: 27
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Aug 2003
Posts: 27
*smiles* YIPEEE!! Thank you so much scatman!! it works great!!!

I really appreciate you helping out a newbie like me!!!

YIPEE!!!

okay, off to play with my new found knowledge!! Thank you once again!!


~~~

I'm a Scripting Newbie, please forgive my questions, and have patience with me. Thanks!
#41835 15/08/03 12:04 PM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
I'd put those in a txt file and use /play


Code:
//if ( khaled isgod ) echo yes | else echo no
#41836 15/08/03 12:28 PM
Joined: Aug 2003
Posts: 27
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Aug 2003
Posts: 27
TheRat - I don't know how to script for /play yet. How would I do that? (sorry, I know that's an easy thing, but I told you I'm just learning...and learning as I go along)


~~~

I'm a Scripting Newbie, please forgive my questions, and have patience with me. Thanks!

Link Copied to Clipboard