Cool Meter

By Anti on Aug 10, 2007

ROFL just wanted to make a lame cool meter i dont want to put this into a notepad make it complicate for newbies :P and it took me about 10 minutes i wouldve added more but na

Comments

Sign in to comment.
Anti   -  Oct 11, 2007

ok fixed the closed bracket thingy :P wasup Champ:P

 Respond  
T7Davey   -  Aug 31, 2007

Isn\'t there a missin closing bracket?

 Respond  
warrock   -  Aug 31, 2007

Hey OhGoody this is Champ, rofl i turned it into a lameness meter hehe :P

 Respond  
Godzilla   -  Aug 30, 2007

Maybe use:

set %coolness $rand(1,100)
.timer 1 4 .msg $chan $nick is %coolness $+ % cool. 8-)

 Respond  
Anti   -  Aug 11, 2007

rofl lemme think about your coolness 0.00% Coolness.. ROFL :PP jkjk

 Respond  
napa182   -  Aug 11, 2007

well the bot would be 100% cool but you well i would have to think about that one LMAO jk

 Respond  
Anti   -  Aug 11, 2007

rofl yeah i would do that take to long rofl i like how im always %100 percent cool roflmao

 Respond  
napa182   -  Aug 11, 2007

oops typeo lmao
it\'s this

on ^*:text:!cool*:#: {
  if ( %cool == off ) {
    msg $chan sorry $nick Cool % is off
  }
  elseif ((%cool == on) && ( $2 == $me)) {
    msg $chan $2 Is 100% Cool =P 
  }
  else {
  msg $chan $2 Is $rand(0,100) % Cool =P }
}
menu channel { 
  cool
  .Turn On { set %cool on | echo -a Cool % Game is now on } 
  .Turn Off { set %cool off | echo -a Cool % Game is now off }
}
 Respond  
napa182   -  Aug 11, 2007

How about this LMAO

on ^*:text:!cool*:#: {
  if ( %cool == off ) {
    msg $chan sorry $nick Cool % is off
  }
  elseif ((%cool == on) && ( $2 == $me)) {
    msg $chan $2 Is 100% Cool =P 
  }
  else {
    if ( $2 == $2 ) {
    msg $chan $2 Is $rand(0,100) % Cool =P }
  }
}
menu channel { 
  cool
  .Turn On { set %cool on | echo -a Cool % Game is now on } 
  .Turn Off { set %cool off | echo -a Cool % Game is now off }
}
 Respond  
Anti   -  Aug 11, 2007

ROFL will that work lindrian??!

 Respond  
Lindrian   -  Aug 11, 2007

uh
why not just:

var %coolness = $r(1,100), %percent = %coolness $+ %
.timer 1 4 .msg $chan %percent
 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.