Home
About
Download
Register
News
Help
Register
Log In
Forums
Scripts & Popups
Repeat Stuff
Forums
Active Threads
Search
Who's Online
Help
Print Thread
Repeat Stuff
#
46674
03/09/03
12:06 AM
M
MaGoOsCuRo
MaGoOsCuRo
M
alias repeating {
var %repeat
while (%repeat) {
timer 0 300
echo hello
dec %repeat
}
}
i doing right or wrong please help ...
Copy Link to Clipboard
Re: Repeat Stuff
#
46675
03/09/03
12:24 AM
Joined:
Dec 2002
Posts: 397
A
ATMA
Fjord artisan
ATMA
Fjord artisan
A
Joined:
Dec 2002
Posts: 397
what exactly are you trying to do here? just a simple script that repeats over and over?
Copy Link to Clipboard
Re: Repeat Stuff
#
46676
03/09/03
12:29 AM
P
pheonix
pheonix
P
alias repeating {
var %repeat $1
var %word $2-
while (%repeat) {
echo %word
dec %repeat
}
}
/repeating <number of times> <sentence>
Copy Link to Clipboard
Re: Repeat Stuff
#
46677
03/09/03
02:59 AM
M
MaGoOsCuRo
MaGoOsCuRo
M
thnx so much
Copy Link to Clipboard
Re: Repeat Stuff
#
46678
03/09/03
08:54 AM
B
bloupx
bloupx
B
var %word $2- isnt needed at all , and if you're using several vars do var %1 value,%2 value,%3 value
just a tip from my side.
Copy Link to Clipboard
Re: Repeat Stuff
#
46679
03/09/03
11:26 AM
P
pheonix
pheonix
P
didnt see the problem in doing it like that on a small script.
Copy Link to Clipboard
Hop To
News and Discussions ------
Latest News
General Discussion
Support ------
mIRC Help
Connection Issues
Scripts & Popups
Development ------
Feature Suggestions
Developers
Bug Reports
Print Thread
Switch to Threaded Mode
Show Likes
Link Copied to Clipboard
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage