1st off i just want to say sorry if im "spamming" the forums with help but i'm really new to this stuff and still a little confused on stuff. But anyways this is the code
Code:
on *:text:*!roulette*:#troyl:{
var %r $rand(1,5)
if (%r == 1) describe $chan Example
;;so for the next variable response i want to time them out for 1 second to show they got "shot" in away while at the same time give a message.
elseif (%r == 2) describe $chan Example response..
msg $chan /timeout $nick 1 
;; now when i do that it doesnt give a message it skips everything and goes to the timeout command. 

So my question is how would i put a message and a timeout command for (%r == 2) ?