phibertap
Apprentice
Posts: 9
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Oct 2013
Reputation: 0
|
RE: Unique Character Names
Hey Mordaunt, Thanks for this script, just what I was looking for!
I'm a real newb when it comes to Sphere, but I did find a way to improve on this script, course I could be wrong.
I changed Line 73, to allow for Capitals in character names.
Code:
From:
if strregex(^[a-z]+$,<argtxt[0]>)
To:
if strregex(^[aA-zZ]+$,<argtxt[0]>)
And I added a new line after line 81
To update the account's chatname to that of the new character name.
Code:
src.account.chatname <argtxt[0]>
Again, thanks for your scripts, Im having fun learning this!
|
|
10-20-2013 05:02 AM |
|
|