Top

Calc Script ( Theres a Fault in it )

+ 0 likes
Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Jan 13, 2008
Last Updated  Jan 13, 2008
Tags  bug  can  me  tell  the  you 

Introduction

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

Grab the Code

Comments

  (5)  RSS
Baze
Comments: 4
 
mIRC Snippet:  Calc Script ( Theres a Fault in it )
Posted on Jan 13, 2008 7:23 pm
plz tell me the mistake >.<
HoNdAx707
Comments: 59
 
mIRC Snippet:  Calc Script ( Theres a Fault in it )
Posted on Jan 13, 2008 9:24 pm
better spot if forums ;/
mountaindew
Comments: 1,523
 
mIRC Snippet:  Calc Script ( Theres a Fault in it )
Posted on Jan 14, 2008 10:37 am
theres another one of these somewhere on here, just compare urs to that one and find ur mistake
LucSatise
Comments: 119
 
mIRC Snippet:  Calc Script ( Theres a Fault in it )
Posted on Jan 18, 2008 12:24 pm
just use this:
Code:

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
mountaindew
Comments: 1,523
 
mIRC Snippet:  Calc Script ( Theres a Fault in it )
Posted on Jan 18, 2008 1:52 pm
;)

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

Please Register or Login to start posting comments.
Bottom