Thanks so much for that mate, sorry for the delay lol . That script gets me half way there , here is my original script so I can explain exactly what I need...

on *:TEXT:hi:?:/msg $nick hello there | /timer 1 10 /msg $nick I will go ahead and send all of our project details | /timer 1 10 /msg $nick here comes the first one...www.google.com.. | /timer 1 10 /msg $nick next one up is www.someurl.com

As you can see,I need a wildcard trigger to start the chain of messages being sent , but then to ignore anything the user says from then on (so as not to restart the chain). Can I use the full stop for this somehow? To ignore the user DURING the delivery of the text lines (10 in total spanning roughly 2 minutes) And if so how should the text lines be formatted ?

Thanks in advance to anyone who can help smile