diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-02-21 05:41:57 +0100 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-03-13 09:56:21 +0100 |
commit | 2d357188c0ff56234ad54d619ece7450ed8b247e (patch) | |
tree | 9df19f526d9e01c41708cfa5c0b456e495935f2a /doc/atcommands.txt | |
parent | c2807092020b94ef01694d3e3f770edb9d1da812 (diff) | |
download | hercules-2d357188c0ff56234ad54d619ece7450ed8b247e.tar.gz hercules-2d357188c0ff56234ad54d619ece7450ed8b247e.tar.bz2 hercules-2d357188c0ff56234ad54d619ece7450ed8b247e.tar.xz hercules-2d357188c0ff56234ad54d619ece7450ed8b247e.zip |
Update doc/atcommands.txt
Diffstat (limited to 'doc/atcommands.txt')
-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. --------------------------------------- |