calculator

By M[n]M on Sep 05, 2007

Hey its me again M[n]M

i'll just show you the one of me Examples

Example #1
<M[n]M> .c 4-2

([Calculating: 4-2 ]) ([Result])== 2 Its just easy u just HAVE to put .c 4-2 before let it start i hope u guys injoy it! ```mirc on *:text:*.c*:#: { if $1 == %c $+ .c { if $2 == %c $+ $null { /calc $2- | halt } else { /calc $2- | halt } } } alias calc { if ($1- != $null) { msg $chan 4(9[1Calculating:14 $1- 9]4) msg $chan 4(9[1Result9]4)1==4 $calc($1-)  } else msg $chan 4(9[1Calculater9]4)1 : No parameters given. Halting. } ```

Comments

Sign in to comment.
M[n]M   -  Sep 09, 2007

lol

 Respond  
napa182   -  Sep 06, 2007

i think this is would be funny

on *:text:.c*:#: {
  if (!$2) {
    msg $chan WTF Is Wrong With You $nick $+ ??
  }
  else { msg $chan The Answer Is $calc($2-) }
}
 Respond  
guest598594   -  Sep 05, 2007

i dont see why you have the on text and the alias

on *:text:.c*:#: {
  if (!$2) msg $chan 4(9[1Calculater9]4)1 : No parameters given. Halting.
  else msg $chan 4(9[1Calculating:14 $2- 9]4) | msg $chan  4(9[1Result9]4)1==4 $calc($2-) 
}
 Respond  
guest598594   -  Sep 05, 2007

what is %c??? you have it on every script u have

 Respond  
M[n]M   -  Sep 05, 2007

:)

 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.