Hi, I am having trouble making a script that says 3 sentences but in 3 different messages.

Code:
on *:TEXT:!links:$chan:{
  msg $chan test1
  timerone 1 3 msg $chan test2
  timertwo 1 3 msg $chan test3
}


I tried that but it only says the first message and the last message.. Any help would be appreciated.

Last edited by GamingTom; 15/06/13 09:35 PM.