*_*Starry-Eye Name Script*_*

Platform:  mIRC
Published  Nov 02, 2005
Updated  Nov 02, 2005
You Copy&paste the code into your remotes, you can change the colour-slash-designs-slash-the names, and afterwards you type !Cname---It will change into a random name listed below, then wait about 25 seconds and it will change back into it's normal name. on *:TEXT:*!CName*:#:{
msg $chan 4I'll only change for you, $nick $+ !
set %nick $me
var %name $rand(0,10)
if (%name == 0) nick Bob_Dole
if (%name == 1) nick Michael_Jackson`s_Monkeh
if (%name == 2) nick |Robot_Jones|
if (%name == 3) nick BatmanBecameGay
if (%name == 4) nick RobinBecameStraight
if (%name == 5) nick Darth_Tater
if (%name == 6) nick JesusLivesUnderwater
if (%name == 7) nick |The_Alphalfanater|
if (%name == 8) nick I_AM_IRONMAN
if (%name == 9) nick Martha_Stewart
if (%name == 10) nick I`M_NOT_HAVING_PUBERTY
timer 1 3 nick %nick
timer 1 25 msg $chan 4I don't like that Name >.> }

Comments

Sign in to comment.
CaRe_Taker   -  Jul 30, 2006
you need to unset %nick At the end :)
on *:TEXT:*!CName*:#:{
msg $chan 4I\'ll only change for you, $nick $+ !
set %nick $me
var %name $rand(0,10)
if (%name == 0) nick Bob_Dole
if (%name == 1) nick Michael_Jackson`s_Monkeh
if (%name == 2) nick |Robot_Jones|
if (%name == 3) nick BatmanBecameGay
if (%name == 4) nick RobinBecameStraight
if (%name == 5) nick Darth_Tater
if (%name == 6) nick JesusLivesUnderwater
if (%name == 7) nick |The_Alphalfanater|
if (%name == 8) nick I_AM_IRONMAN
if (%name == 9) nick Martha_Stewart
if (%name == 10) nick I`M_NOT_HAVING_PUBERTY
timer 1 24 nick %nick
timer 1 25 msg $chan 4I don\'t like that Name >.>
unset %nick
}
 Respond  
Matt_Wid_A_PSP   -  Jul 30, 2006
theres an error in there:
timer 1 3 nick %nick
should be:
timer 1 25 nick %nick
 Respond  
Sasuke   -  Nov 02, 2005
... yes 25 seconds for it to go back to its NORMAL name ...

Do you mean like everytime you say !CName it takes 25 seconds?
 Respond  
`Kazuma   -  Nov 02, 2005
One of the problems is that when everyone in my channel uses it, It takes about 30seconds for me to keep changing the names.
 Respond  
Sasuke   -  Nov 02, 2005
I\'m sure it\'s retarded. And I didnt want to use a Text file, but meh.
 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.