Originally Posted By: westor
Try use this code:

Code:
ON *:TEXT:*:?: {
  if (!$($+(%,private,_,$nick),2)) { set $+(%,private,_,$nick) 1 | timer 1 5 msg $nick hello }
  else { set $+(%,private,_,$nick) 2 | timer 1 15 msg $nick I'm busy, sorry }
}



Ok , but with else all finish , it's impossible insert
others answers.

If I could insert many choose with many elseif ?