Quote:
It worked, is it okay if you told me how it made it work?
If not, thank you for yout help just the same


Just so you know, the "t" tells mIRC that line #1 isn't the total lines in the file.

Since your first line is "1", it assumes there is only one line in your file. So, no matter what random number you had, you would only be reading the "first" line, which is "2". The "1" line isn't treated as a line in this matter.

Using "t" makes it not assume the first line is the number of lines and makes it work. Anytime you have a file being read that has a number in line one, you should use "t".