PDA

View Full Version : name script?


Riddicki
04-02-2008, 08:09 PM
how do u make a name script where one key can change your name and another key could be used to pick that name?

Ifurita
04-02-2008, 08:16 PM
You can't change your actually account name in-game. However, you can change formatting and clan tags. I use something like this:

// Name script
seta namescript1 "ui_name '^7Name'; ui_clanTag '^PClan1^H|'; ui_clanTagPosition 0; bind 6 $namescript1"
seta namescript2 "ui_name '^MName'; ui_clanTag '^P|^MClan2^P|'; ui_clanTagPosition 0; bind 6 $namescript2"
bind 6 $namescript1

DugDanger
04-06-2008, 12:43 AM
Can you change you name if it is one of the 3 accounts you made with your cd key?

If so will this reconnect on the server?

Ifurita
04-06-2008, 01:57 AM
Haven't tried this, but my guess would be no, as each requires a separate log in

Ryan
04-06-2008, 01:15 PM
yea way to go for cheaters, vote kick.
I change my name real quick!

If you do NOT like your name, change it BEFORE entering the server

EDIT:

I'd say Riddicki is on my suspect list xP

DugDanger
04-07-2008, 02:16 PM
yea way to go for cheaters, vote kick.
I change my name real quick!

If you do NOT like your name, change it BEFORE entering the server

EDIT:

I'd say Riddicki is on my suspect list xP

uhhhh some people want multiple names so they can switch up when there buddy plays.... its perfectly innocent.

Ryan
04-08-2008, 09:18 PM
What about just reconnect then ;)

somedude
04-08-2008, 11:12 PM
I often play W:ET with different names, usually change 'em for fun or sometimes for scrims/ servers where a clan tag would be inapropriate.

But I mostly use /name for this. (I hate name spammers in Wolf though.)

Having to create a new .cfg to change your name could be a bit of a pain I guess.