Vegito commented on a Page, Cool Meter  -  Feb 19, 2014

You could do something like this.

on *:TEXT:!Coolmeter:#: {
  .timer 1 1 msg # 1is collecting coolness percentage...
  .timer 1 5 msg # 2is done collecting coolness percentage! Let's see how cool you are $nick !
  var %cool $r(0,100) | while ($calc(%cool % 5) != 0) %cool = $r(0,100)
  .timer 1 8 msg # 4 $nick you are %cool $+ % cool! $iif(%cool = 0,Also known as 100% LAME!,$iif($v1 = 100,YOU'RE AWESOME!,)) 
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.