diff options
author | Haru <haru@dotalux.com> | 2020-04-05 23:53:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 23:53:31 +0200 |
commit | bdb4e3f63ee1010ae5d7c43818e8b0b32cabc3d5 (patch) | |
tree | 6fb37c2467b50b28c653e0b45dc5ec05a25ecef9 /doc | |
parent | 63ae5dda74c1f79de8d00596b323b0f5ef7c9526 (diff) | |
parent | 548a03ec3dafb0521dedd979e01027f0e8cf4177 (diff) | |
download | hercules-bdb4e3f63ee1010ae5d7c43818e8b0b32cabc3d5.tar.gz hercules-bdb4e3f63ee1010ae5d7c43818e8b0b32cabc3d5.tar.bz2 hercules-bdb4e3f63ee1010ae5d7c43818e8b0b32cabc3d5.tar.xz hercules-bdb4e3f63ee1010ae5d7c43818e8b0b32cabc3d5.zip |
Merge pull request #2637 from Kenpachi2k13/fakename_fix
Fix/extend @fakename
Diffstat (limited to 'doc')
-rw-r--r-- | doc/atcommands.txt | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/doc/atcommands.txt b/doc/atcommands.txt index 0cddc1680..65c3bb091 100644 --- a/doc/atcommands.txt +++ b/doc/atcommands.txt @@ -968,10 +968,19 @@ If no position is given, the command defaults to headgear. --------------------------------------- -@fakename {<text string>} - -Temporarily changes name to the specified string. -If no string is given, the character's real name will be re-applied. +@fakename {<options>} {<fake_name>} + +Temporarily changes the character's name to <fake_name>. +If no parameter is passed, the character's real name will be re-applied. +The <options> parameter is used, to modify which names will be displayed. +The fake name will always be displayed, regardless of <options>. +Valid <options> flags (combinable): + 0 - Only the fake name is displayed. (Default value.) + 1 - Display party name. + 2 - Display guild name. + 4 - Display guild position. + 8 - Display clan position. + 16 - Display title. --------------------------------------- |