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
Joined:
Aug 2003
Posts: 23
M
MaGoOsCuRo
OP
Ameglian cow
OP
MaGoOsCuRo
Ameglian cow
M
Joined:
Aug 2003
Posts: 23
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
Joined:
May 2003
Posts: 2,250
P
pheonix
Hoopy frood
pheonix
Hoopy frood
P
Joined:
May 2003
Posts: 2,250
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
Joined:
Aug 2003
Posts: 23
M
MaGoOsCuRo
OP
Ameglian cow
OP
MaGoOsCuRo
Ameglian cow
M
Joined:
Aug 2003
Posts: 23
thnx so much
Copy Link to Clipboard
Re: Repeat Stuff
#
46678
03/09/03
08:54 AM
Joined:
Dec 2002
Posts: 124
B
bloupx
Vogon poet
bloupx
Vogon poet
B
Joined:
Dec 2002
Posts: 124
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
Joined:
May 2003
Posts: 2,250
P
pheonix
Hoopy frood
pheonix
Hoopy frood
P
Joined:
May 2003
Posts: 2,250
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
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage