mIRC Home    About    Download    Register    News    Help

Print Thread
#97945 19/09/04 03:08 AM
Joined: Jun 2004
Posts: 87
B
Babel fish
OP Offline
Babel fish
B
Joined: Jun 2004
Posts: 87
on *:dialog:acros:init:*:{
var %c 2
while ($read(acros.txt, %c)) {
did -a acros 3 $remove($gettok($read(acros.txt, %c), 1, 61),«,»)
}
inc %c 1
}
i cannot find anything rong with this
line 2 of acros...
lol=«12L9aughs 12O9ut 12L9oud»
should end up as lol which it does when i brake everything down by the echo trick but it scuffs up when i loop it
* Break: command halted (line 14, acros)
every error message
line 14 is the did -a acros 3

#97946 19/09/04 03:32 AM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
inc %c 1 needs to be inside the while loop.
Also, use = in your var declerations: var %c = 2


New username: hixxy

Link Copied to Clipboard