Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Jane
« on: February 16, 2011, 08:50:47 pm »

Nice script, Keep it up!
Posted by: Glow
« on: February 16, 2011, 05:58:48 pm »

Oh looked over that sorry :-X
Posted by: King_Hual
« on: February 16, 2011, 05:53:01 pm »

Posted by: Glow
« on: February 16, 2011, 05:46:16 pm »

When you use the trigger, it picks out a random user on the channel.

Code: [Select]
on *:text:!random:#: {
    msg $chan $nick($chan,$r(1,$nick($chan,0)))
}

If you want something else, like random fag just change
Code: [Select]
!random to
Code: [Select]
!randomfag.

If you want a sentence after it add after
Code: [Select]
($chan,0))) Your sentence. For example with !randomfag
Code: [Select]
($chan,0))) is a fag!
The edited script:

Code: [Select]
on *:text:!randomfag:#: { 
    msg $chan $nick($chan,$r(1,$nick($chan,0))) is a fag!
}

Hope you like it^^