Wizards be happy! There's an easier way to change anyone's name now...
This command uses 'namegag. If you don't have access to namegag you can't use it!
Simply type 'name newname , either whispering or saying outloud, and it will change either the target's or your username, respectively.
Code:
;Name Setting Script by Silivrenion
;Must have access to 'namegag in order to use
;If whispered, it changes the name of the target
;If said aloud, it changes your name.
;Note: Can be ESP'ed!
;Syntax :: 'name NewName
{
"" chatstr =
{ whome targ = } { whotarget targ = } whotarget 0 == ifelse
"'namegag $1" grepsub targ privatemsg
"'unnamegag" targ privatemsg
}chatstr "^'name (.*)$" grepstr if
;End Script
Another Digital Distillation Studios product thingy...