Simple IQ-metr

By [Shadow] on Mar 03, 2008

This is just fun IQ-metr script, use it how you want.

menu nicklist {
  IQ-metr {
    var %iq $rand(1,20) 
    if ((%iq == 1)) msg $chan IQ-metr Result For $$1: 14-{14,14|15,15|||||||||||||||||||14}-  $$1's IQ = $rand(1,10) 
    if ((%iq == 2)) msg $chan IQ-metr Result For $$1: 14-{14,14||15,15|||||||||||||||||14}-  $$1's IQ = $rand(11,20) 
    if ((%iq == 3)) msg $chan IQ-metr Result For $$1: 14-{14,14|||15,15|||||||||||||||14}-  $$1's IQ = $rand(21,30) 
    if ((%iq == 4)) msg $chan IQ-metr Result For $$1: 14-{14,14||||15,15||||||||||||||||14}-  $$1's IQ = $rand(31,40) 
    if ((%iq == 5)) msg $chan IQ-metr Result For $$1: 14-{14,14|||||15,15|||||||||||||||14}-  $$1's IQ = $rand(41,50) 
    if ((%iq == 6)) msg $chan IQ-metr Result For $$1: 14-{14,14||||||15,15||||||||||||||14}-  $$1's IQ = $rand(51,60) 
    if ((%iq == 7)) msg $chan IQ-metr Result For $$1: 14-{14,14|||||||15,15|||||||||||||14}-  $$1's IQ = $rand(61,70) 
    if ((%iq == 8)) msg $chan IQ-metr Result For $$1: 14-{14,14||||||||15,15||||||||||||14}-  $$1's IQ = $rand(71,80) 
    if ((%iq == 9)) msg $chan IQ-metr Result For $$1: 14-{14,14|||||||||15,15|||||||||||14}-  $$1's IQ = $rand(81,90) 
    if ((%iq == 10)) msg $chan IQ-metr Result For $$1: 14-{14,14||||||||||15,15||||||||||14}-  $$1's IQ = $rand(91,100) 
    if ((%iq == 11)) msg $chan IQ-metr Result For $$1: 14-{14,14|||||||||||15,15|||||||||14}-  $$1's IQ = $rand(101,110) 
    if ((%iq == 12)) msg $chan IQ-metr Result For $$1: 14-{14,14||||||||||||15,15||||||||14}-  $$1's IQ = $rand(111,120) 
    if ((%iq == 13)) msg $chan IQ-metr Result For $$1: 14-{14,14|||||||||||||15,15|||||||14}-  $$1's IQ = $rand(121,130) 
    if ((%iq == 14)) msg $chan IQ-metr Result For $$1: 14-{14,14||||||||||||||15,15||||||14}-  $$1's IQ = $rand(131,140) 
    if ((%iq == 15)) msg $chan IQ-metr Result For $$1: 14-{14,14|||||||||||||||15,15|||||14}-  $$1's IQ = $rand(141,150) 
    if ((%iq == 16)) msg $chan IQ-metr Result For $$1: 14-{14,14||||||||||||||||15,15||||14}-  $$1's IQ = $rand(151,160) 
    if ((%iq == 17)) msg $chan IQ-metr Result For $$1: 14-{14,14|||||||||||||||||15,15|||14}-  $$1's IQ = $rand(161,170) 
    if ((%iq == 18)) msg $chan IQ-metr Result For $$1: 14-{14,14||||||||||||||||||15,15||14}-  $$1's IQ = $rand(171,180) 
    if ((%iq == 19)) msg $chan IQ-metr Result For $$1: 14-{14,14|||||||||||||||||||15,15|14}-  $$1's IQ = $rand(181,190) 
    if ((%iq == 20)) msg $chan IQmetr Result For $$1: 14-{14,14||||||||||||||||||||15,1514}-  $$1's IQ = $rand(191,200) 
  }
}

Comments

Sign in to comment.
RagBot   -  May 09, 2008

This is a fun script to make my freinds seem stupid or too smart :p

 Respond  
Redrocco   -  Mar 03, 2008

1 more try

menu nicklist {
IQ-metr {
var %iq $rand(1,20) 
var %iq2 = $calc(20 - %iq)
msg # IQ results for $1 $+(3,$str(,%iq),|,14,$str(,%iq2),) $1\'s IQ is $calc( [ %iq * 10 ] + $rand(1,9))
}
}
 Respond  
[Shadow]   -  Mar 03, 2008

ok, edited.
Thanks, anyway.

 Respond  
napa182   -  Mar 03, 2008

instead of setting a global var like this

set %iq $rand(1,20)

just set it like this

var %iq $r(1,20)

and thats a funny script nice..

 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.