Top

Code Snippets Tagged with mirc by vaseline28

  (10)  
Sort by 
$powerof(N,I) Calculates N to the Power of I, can list also. ; $powerof(N,I) <-- Usage: Calculates N to the power of I ; Other use: $powerof(N,I).all <-- Calculates N to the power of I, but lists
Tags: custom  identifier  indicies  math  mirc  power 
0 comment(s)   |   Score: 3.0   |   Language: mIRC   |   Posted by vaseline28 on Jun 14, 2008
Returns the Factors of N Factors: Numbers which multiplied by another number go into the target. e.g. 12 (1 x 12), (2 x 6), (3 x 4) = 12 1,12,2,6,3,4 are factors of 12 ; Usage: $factors(N).P ;
Tags: custom  factor  identifier  math  mirc  number 
0 comment(s)   |   Score: 3.0   |   Language: mIRC   |   Posted by vaseline28 on Jun 14, 2008
The following is a rounding function for whole numbers, not decimals as $round() does. ; Usage: $roundint(Number).P <---- Returns Number rounded to the nearest prop ; 'P' above must be a multiple
3 comment(s)   |   Score: 4.0   |   Language: mIRC   |   Posted by vaseline28 on Jun 13, 2008
1 comment(s)   |   Score: 7.0   |   Language: mIRC   |   Posted by vaseline28 on Jun 11, 2008
This script returns the conversion from one Temperature/Length/Volume/Weight/Area to another. Usage: A = Are || m2 = Square Meters || cm2 = square centimeters || acre = acre || yd2 = square yards
7 comment(s)   |   Score: 3.0   |   Language: mIRC   |   Posted by vaseline28 on Jun 08, 2008
Replace <Your Highlight> with what you want highlighted, e.g.:
Tags: highlight  ignore  list  mirc  remotes 
6 comment(s)   |   Score: 5.5   |   Language: mIRC   |   Posted by vaseline28 on May 12, 2008
Again, the idea here was to keep it compact. The script randomly picks one type for itself and then uses math(s) to determine who the winner is. I've been seeing a number of Rock,Paper,Scissors games
Tags: chance  compact  game  mirc  paper  random  remotes  rock  scissors 
5 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by vaseline28 on May 05, 2008
This randomly gives a selection of cards to the user prompting the script. E.g.: >
Tags: cards  deal  mirc  random  remote 
1 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by vaseline28 on May 03, 2008
This script goes in remotes. It is a game which randomly decides on a winner. The winner is the name which generates the highest numbers from the X amount of dice rolls. The "X" amount of
Tags: compact  dice  game  mirc  random  remote  remotes  roll 
5 comment(s)   |   Score: 5.0   |   Language: mIRC   |   Posted by vaseline28 on May 03, 2008
This snippet goes in Remotes! I focused on keeping this small and compact, it totals 11 lines in total. The use of /set rather than /var was deliberate also. It's not my first mIRC script, but probably
Tags: compact  dice  mirc  random  remote  roll 
11 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by vaseline28 on Apr 29, 2008
Bottom