Now YOU can have an animated name...
Posted: Tue May 27, 2003 9:33 pm
are you bored with your name in medal of honor? do you wish when the game ends and they show scores that you name could do something awesome? Well now It can. Your name can do this...

This animation can show up in the stats screen ONLY when the game ends and the stats screen comes up itself.
YES. Other people will be able to see your animation.
You just have to make sure that you do this where the stats screen is long. If it only stays up for about 5 seconds then it wont work.
Tutorial
//Name Changer
alias name1 "set name X; wait Y"
//For X set in the letter, For Y set in the wait number
alias namechange "name1"
bind x "namechange"
OK here is an example file
________________________
//Name changer//
alias name1 "set name L; wait 900"
alias name2 "set name Lo; wait 900"
alias name3 "set name Loo; wait 900"
alias name4 "set name Looz; wait 900"
alias name5 "set name Looze; wait 900"
alias name6 "set name Loozer; wait 900"
alias name7 "set name Owned; wait 900"
alias name8 "set name you; wait 900"
alias name9 "set name Loozer Owned You; wait 900"
alias name10 "set name Loozer; wait 900"
alias name11 "set name Looze; wait 900"
alias name12 "set name Looz; wait 900"
alias name13 "set name Loo; wait 900"
alias name14 "set name Lo; wait 900"
alias name15 "set name L; wait 900"
alias name16 "set name Loozer"
alias namechange "name1; name2; name3; name4; name5; name6; name7; name8; name9; name10; name11; name 12; name13; name14; name15; name16"
bind x "namechange"
IF there are more letter needed to be added the just add this line
alias name1 "set name X; wait Y"
now change X to a letter and Y to a number
ex
alias name1 "set name Y; wait 500"
If you already have 16 aliases used up then just do this.
IF the last alias is this
alias name20 "set name X; wait Y"
Then do this
alias name21 "set name X; wait Y"
Get it? Now when You add this line. You also have to add this to the
alias namechange line "name2"
EX
alias namechange "name1; name2; name3; name4; name5; name6; name7; name8; name9; name10; name11; name 12; name13; name14; name15; name16"
then add "; name 17"
alias namechange "name1; name2; name3; name4; name5; name6; name7; name8; name9; name10; name11; name 12; name13; name14; name15; name16; name17"
Any questions?
Remeber to save it as namechange.cfg then type this in console
bind x exec namechange
Now when the game ends press X and watch your name go nuts 8)
PUT THIS SCRIPT INTO MAIN.

This animation can show up in the stats screen ONLY when the game ends and the stats screen comes up itself.
YES. Other people will be able to see your animation.
You just have to make sure that you do this where the stats screen is long. If it only stays up for about 5 seconds then it wont work.
Tutorial
//Name Changer
alias name1 "set name X; wait Y"
//For X set in the letter, For Y set in the wait number
alias namechange "name1"
bind x "namechange"
OK here is an example file
________________________
//Name changer//
alias name1 "set name L; wait 900"
alias name2 "set name Lo; wait 900"
alias name3 "set name Loo; wait 900"
alias name4 "set name Looz; wait 900"
alias name5 "set name Looze; wait 900"
alias name6 "set name Loozer; wait 900"
alias name7 "set name Owned; wait 900"
alias name8 "set name you; wait 900"
alias name9 "set name Loozer Owned You; wait 900"
alias name10 "set name Loozer; wait 900"
alias name11 "set name Looze; wait 900"
alias name12 "set name Looz; wait 900"
alias name13 "set name Loo; wait 900"
alias name14 "set name Lo; wait 900"
alias name15 "set name L; wait 900"
alias name16 "set name Loozer"
alias namechange "name1; name2; name3; name4; name5; name6; name7; name8; name9; name10; name11; name 12; name13; name14; name15; name16"
bind x "namechange"
IF there are more letter needed to be added the just add this line
alias name1 "set name X; wait Y"
now change X to a letter and Y to a number
ex
alias name1 "set name Y; wait 500"
If you already have 16 aliases used up then just do this.
IF the last alias is this
alias name20 "set name X; wait Y"
Then do this
alias name21 "set name X; wait Y"
Get it? Now when You add this line. You also have to add this to the
alias namechange line "name2"
EX
alias namechange "name1; name2; name3; name4; name5; name6; name7; name8; name9; name10; name11; name 12; name13; name14; name15; name16"
then add "; name 17"
alias namechange "name1; name2; name3; name4; name5; name6; name7; name8; name9; name10; name11; name 12; name13; name14; name15; name16; name17"
Any questions?
Remeber to save it as namechange.cfg then type this in console
bind x exec namechange
Now when the game ends press X and watch your name go nuts 8)
PUT THIS SCRIPT INTO MAIN.