Account name visible ingame

Tribunalite

I ask a lot of questions!
Joined
Apr 23, 2006
Messages
286
Reaction score
4
Points
18
Location
USA
Is there a way to see the account name when logged in? I have a few accounts that have 25 expansions, some 24, most 23. Those that are 24-25, the max level is 110, so I wanted to do somelike like this:

/if (${Select[${Me.Acount.Name},Act1,Act2,Act3,]}) /varset MaxLevel 110
 
I have a little code in my zoned.cfg that looks like this:

Code:
/if (${Me.HaveExpansion[23]}) /setwintitle _${Me.Name}
/if (${Me.HaveExpansion[24]}) /setwintitle ${Me.Name}

This sets the title window to the characters name *OR* _name if they are not current.