Thanks for all informations.

Now my Question is how can i pass a varible that changes hour time. Can i just use a "*" to pass it or is there something special i have to insert?
Code:
BOT: myname [x Hrs] - & , other guy stats
// x = a variable that will change every hour i stay in the channel
// & = is the variable that i want to get


I still want to insert that in the code ou wrote me but just like that:

Code:
on *:text:*myname [x Hrs] - &*:#: {
  var %x $3
  if (%x <= 5) return
  timer 2 3 msg # !raffle %x
}


I probable have to change the "$3" to "$5" dont i.

Last edited by FaveN; 25/10/14 11:31 PM.