Calc Script ( Theres a Fault in it )

By Baze on Jan 13, 2008

!calc ( notices you )
@calc ( msgs Channel )

on $*:TEXT:/^[!@]calc */Si:#: $iif($left($1,1) == !,notice $nick,msg $chan) 4Calc:14 $2- 4=14 $bytes($calc($replace($2-,b,000000000,k,000,m,000000,x,*,t,000000000000,pi,3.14159)),db)

Comments

Sign in to comment.
guest598594   -  Jan 18, 2008

;)

LucSaitise, the point of this isnt to necessarily calculate things, but calculate things using b k x t and pi

 Respond  
LucSatise   -  Jan 18, 2008

just use this:

on *:TEXT:!calc*:#:{
  if (!$2) { notice $nick Syntax: !calc <calculation> | notice $nick Example: !calc 1 + 1 | halt }
  if ($2) { msg $chan The Answer Is: $calc($2-) }
}

Usage:
!calc 1 + 1
!calc 1 - 1
!calc 1 * 1
!calc 1 / 1

Enjoy

 Respond  
guest598594   -  Jan 14, 2008

theres another one of these somewhere on here, just compare urs to that one and find ur mistake

 Respond  
HoNdAx707   -  Jan 13, 2008

better spot if forums ;/

 Respond  
Baze   -  Jan 13, 2008

plz tell me the mistake >.<

 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.