well the reason i would need that many timers is because a the loop would need to msg a person 60 times at lets say 5 seconds apart, as of yet i do not know a way to "time" things without a timer.

Now, just from the tiny bit iv read on /play, it seems to only display a text file. i COULD use this but the only way i see of making it do what i need is befor i use the /play command i use a loop to write the lines i need into the text file, in which case the loop is still doing a command 60 times very fast which would lag slightly, now if i could time the /write command to write each line every 5 sec or whatever then id be set, BUT then i may as well not /write, instead /msg.

But, the whole display factor is prob done best by using a loop to write 60 lines to a text file, then having /play message each line to a user.
Could there possibly be a better way? slowing down a loop would be perfect, i just dont know of any way.